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