Browse Source

Update README.md

pull/57/head
kallestenflo 10 years ago
parent
commit
62167d62ef
  1. 4
      README.md

4
README.md

@ -356,13 +356,13 @@ JsonPath is available at the Central Maven Repository. Maven users add this to y
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>0.9.1</version>
<version>1.0.0</version>
</dependency>
```
Gradle users
```
compile 'com.jayway.jsonpath:json-path:0.9.1'
compile 'com.jayway.jsonpath:json-path:1.0.0'
```
[![Analytics](https://ga-beacon.appspot.com/UA-54945131-1/jsonpath/index)](https://github.com/igrigorik/ga-beacon)

Loading…
Cancel
Save