Files download
File Operation
json-path-parent-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.jayway.jsonpath</groupId>
  <artifactId>json-path-parent</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.jayway.jsonpath:json-path-parent:1.0.0'
Gradle Kotlin
implementation("com.jayway.jsonpath:json-path-parent:1.0.0")
Scala SBT
libraryDependencies += "com.jayway.jsonpath" % "json-path-parent" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.jayway.jsonpath', module='json-path-parent', version='1.0.0')
)
Apache Ivy
<dependency org="com.jayway.jsonpath" name="json-path-parent" rev="1.0.0" />
Leiningen
[com.jayway.jsonpath/json-path-parent "1.0.0"]
Apache Buildr
'com.jayway.jsonpath:json-path-parent:jar:1.0.0'