r

rest-assured-parent

Java DSL for easy testing of REST services
https://rest-assured.io/
Apache 2.0
Johan Haleby
Files download
File Operation
rest-assured-parent-5.3.2.pom download
Apache Maven
<dependency>
  <groupId>io.rest-assured</groupId>
  <artifactId>rest-assured-parent</artifactId>
  <version>5.3.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.rest-assured:rest-assured-parent:5.3.2'
Gradle Kotlin
implementation("io.rest-assured:rest-assured-parent:5.3.2")
Scala SBT
libraryDependencies += "io.rest-assured" % "rest-assured-parent" % "5.3.2"
Groovy Grape
@Grapes(
  @Grab(group='io.rest-assured', module='rest-assured-parent', version='5.3.2')
)
Apache Ivy
<dependency org="io.rest-assured" name="rest-assured-parent" rev="5.3.2" />
Leiningen
[io.rest-assured/rest-assured-parent "5.3.2"]
Apache Buildr
'io.rest-assured:rest-assured-parent:jar:5.3.2'