Download jsonpath-1.2.jar file - Jar j

Jar examples for j:jsonpath

Description

A pure Java JsonPath implementation

You can download jar file jsonpath 1.2 in this page.

License

Mozilla Public License 2.0

Build File

You can use the following script to add jsonpath-1.2.jar to your project.

<dependency>
   <groupId>com.nebhale.jsonpath</groupId>
   <artifactId>jsonpath</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'com.nebhale.jsonpath', name: 'jsonpath', version: '1.2'
libraryDependencies += "com.nebhale.jsonpath" % "jsonpath" % "1.2"
<dependency org="com.nebhale.jsonpath" name="jsonpath" rev="1.2"/>
@Grapes(@Grab(group='com.nebhale.jsonpath', module='jsonpath', version='1.2'))
'com.nebhale.jsonpath:jsonpath:jar:1.2'

Download

Click the following link to download the jar file.

jsonpath-1.2-javadoc.jar
jsonpath-1.2-sources.jar
jsonpath-1.2.jar
jsonpath-1.2.pom



Related Tutorials