文件下载
文件名 操作
xml-path-5.3.1.jar 下载
xml-path-5.3.1.pom 下载
xml-path-5.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.rest-assured</groupId>
  <artifactId>xml-path</artifactId>
  <version>5.3.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.rest-assured:xml-path:5.3.1'
Gradle Kotlin
implementation("io.rest-assured:xml-path:5.3.1")
Scala SBT
libraryDependencies += "io.rest-assured" % "xml-path" % "5.3.1"
Groovy Grape
@Grapes(
  @Grab(group='io.rest-assured', module='xml-path', version='5.3.1')
)
Apache Ivy
<dependency org="io.rest-assured" name="xml-path" rev="5.3.1" />
Leiningen
[io.rest-assured/xml-path "5.3.1"]
Apache Buildr
'io.rest-assured:xml-path:jar:5.3.1'