From 6d3f38ca4d9c0674dcc9586365cadf88f015964e Mon Sep 17 00:00:00 2001 From: "Valeriy.Vyrva" Date: Thu, 11 Feb 2016 19:45:24 +0600 Subject: [PATCH] Add some useful badges with automatic version detection: Maven and Javadoc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index de4dbf53..43973a14 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Jayway JsonPath 2.1.0 **A Java DSL for reading JSON documents.** [![Build Status](https://travis-ci.org/jayway/JsonPath.svg?branch=master)](https://travis-ci.org/jayway/JsonPath) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jayway.jsonpath/json-path/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.jayway.jsonpath/json-path) +[![Javadoc](https://javadoc-emblem.rhcloud.com/doc/com.jayway.jsonpath/json-path/badge.svg)](http://www.javadoc.io/doc/com.jayway.jsonpath/json-path) Jayway JsonPath is a Java port of [Stefan Goessner JsonPath implementation](http://goessner.net/articles/JsonPath/).