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