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