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