Download json-path-2.4.1.jar file - Jar j

Jar examples for j:json-path

Description

Fork of 'com.jayway.jsonpath:json-path:jar:2.0.0'

You can download jar file json-path 2.4.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add json-path-2.4.1.jar to your project.

<dependency>
   <groupId>com.jayway.restassured</groupId>
   <artifactId>json-path</artifactId>
   <version>2.4.1</version>
</dependency>
compile group: 'com.jayway.restassured', name: 'json-path', version: '2.4.1'
libraryDependencies += "com.jayway.restassured" % "json-path" % "2.4.1"
<dependency org="com.jayway.restassured" name="json-path" rev="2.4.1"/>
@Grapes(@Grab(group='com.jayway.restassured', module='json-path', version='2.4.1'))
'com.jayway.restassured:json-path:jar:2.4.1'

Download

Click the following link to download the jar file.

json-path-2.4.1-javadoc.jar
json-path-2.4.1-sources.jar
json-path-2.4.1.jar
json-path-2.4.1.pom



Related Tutorials