is not current version
Last Version 2.7.0

com.jayway.jsonpath:json-path 0.5.4


Categories

Categories

JSON Data JsonPath
GroupId

GroupId

com.jayway.jsonpath
ArtifactId

ArtifactId

json-path
Version

Version

0.5.4
Type

Type

jar

Download json-path 0.5.4


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