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