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