is not current version
Last Version 2.7.0

com.jayway.jsonpath:json-path 2.4.0

Java port of Stefan Goessner JsonPath.

Categories

Categories

JSON Data JsonPath
GroupId

GroupId

com.jayway.jsonpath
ArtifactId

ArtifactId

json-path
Version

Version

2.4.0
Type

Type

jar

Download json-path 2.4.0


<!-- https://jarcasting.com/artifacts/com.jayway.jsonpath/json-path/ -->
<dependency>
    <groupId>com.jayway.jsonpath</groupId>
    <artifactId>json-path</artifactId>
    <version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jayway.jsonpath/json-path/
implementation 'com.jayway.jsonpath:json-path:2.4.0'
// https://jarcasting.com/artifacts/com.jayway.jsonpath/json-path/
implementation ("com.jayway.jsonpath:json-path:2.4.0")
'com.jayway.jsonpath:json-path:jar:2.4.0'
<dependency org="com.jayway.jsonpath" name="json-path" rev="2.4.0">
  <artifact name="json-path" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jayway.jsonpath', module='json-path', version='2.4.0')
)
libraryDependencies += "com.jayway.jsonpath" % "json-path" % "2.4.0"
[com.jayway.jsonpath/json-path "2.4.0"]