r

rest-assured-parent

Java DSL for easy testing of REST services
http://code.google.com/p/rest-assured
Apache 2.0
Johan Haleby
文件下载
文件名 操作
rest-assured-parent-3.0.7.pom 下载
Apache Maven
<dependency>
  <groupId>io.rest-assured</groupId>
  <artifactId>rest-assured-parent</artifactId>
  <version>3.0.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.rest-assured:rest-assured-parent:3.0.7'
Gradle Kotlin
implementation("io.rest-assured:rest-assured-parent:3.0.7")
Scala SBT
libraryDependencies += "io.rest-assured" % "rest-assured-parent" % "3.0.7"
Groovy Grape
@Grapes(
  @Grab(group='io.rest-assured', module='rest-assured-parent', version='3.0.7')
)
Apache Ivy
<dependency org="io.rest-assured" name="rest-assured-parent" rev="3.0.7" />
Leiningen
[io.rest-assured/rest-assured-parent "3.0.7"]
Apache Buildr
'io.rest-assured:rest-assured-parent:jar:3.0.7'