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