diff --git a/README.md b/README.md index 8b5d92d..fc77703 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ [![EO principles respected here](http://www.elegantobjects.org/badge.svg)](http://www.elegantobjects.org) [![DevOps By Rultor.com](http://www.rultor.com/b/g4s8/matchers-json)](http://www.rultor.com/p/g4s8/matchers-json) +[![Maven Central](https://img.shields.io/maven-central/v/wtf.g4s8/matchers-json.svg)](https://maven-badges.herokuapp.com/maven-central/wtf.g4s8/matchers-json) [![Bintray](https://api.bintray.com/packages/g4s8/mvn/com.g4s8.matchers-json/images/download.svg)](https://bintray.com/g4s8/mvn/com.g4s8.matchers-json/_latestVersion) [![Build Status](https://img.shields.io/travis/g4s8/matchers-json.svg?style=flat-square)](https://travis-ci.org/g4s8/matchers-json) [![Build status](https://ci.appveyor.com/api/projects/status/ahhde7mposa3ra9w?svg=true)](https://ci.appveyor.com/project/g4s8/matchers-json) [![CircleCI](https://circleci.com/gh/g4s8/matchers-json.svg?style=svg)](https://circleci.com/gh/g4s8/matchers-json) -[![Test Coverage](https://img.shields.io/codecov/c/github/g4s8/matchers-json.svg?style=flat-square)](https://codecov.io/github/g4s8/matchers-json?branch=master) [![PDD status](http://www.0pdd.com/svg?name=g4s8/matchers-json)](http://www.0pdd.com/p?name=g4s8/matchers-json) [![License](https://img.shields.io/github/license/g4s8/matchers-json.svg?style=flat-square)](https://github.com/g4s8/matchers-json/blob/master/LICENSE) +[![Hits-of-Code](https://hitsofcode.com/github/g4s8/matchers-json)](https://hitsofcode.com/view/github/g4s8/matchers-json) +[![jpeek report](http://i.jpeek.org/wtf.g4s8/matchers-json/badge.svg)](http://i.jpeek.org/wtf.g4s8/matchers-json/) +[![Test Coverage](https://img.shields.io/codecov/c/github/g4s8/matchers-json.svg?style=flat-square)](https://codecov.io/github/g4s8/matchers-json?branch=master) [Hamcrest matchers](http://hamcrest.org/JavaHamcrest/) for JSON objects and arrays; adaptors @@ -22,9 +25,9 @@ against JSON producing objects. Add dependency to your `pom.xml`: ```xml - com.g4s8 + wtf.g4s8 matchers-json - + 1.0.2 ``` you can find latest version on Bintray badge above.