is not current version
Last Version 1.1.0

com.jayway.jsonpath:json-path-parent 1.0.0

Java JsonPath implementation

Categories

Categories

JSON Data JsonPath
GroupId

GroupId

com.jayway.jsonpath
ArtifactId

ArtifactId

json-path-parent
Version

Version

1.0.0
Type

Type

pom

Download json-path-parent 1.0.0

Filename Size
json-path-parent-1.0.0.pom 10 KB
Browse

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