r

rest-client-driver

Test Driver to test your RESTful services
Files download
File Operation
rest-client-driver-1.1.17.jar download
rest-client-driver-1.1.17.pom download
rest-client-driver-1.1.17-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rest-driver</groupId>
  <artifactId>rest-client-driver</artifactId>
  <version>1.1.17</version>
</dependency>
Gradle Groovy
implementation 'com.github.rest-driver:rest-client-driver:1.1.17'
Gradle Kotlin
implementation("com.github.rest-driver:rest-client-driver:1.1.17")
Scala SBT
libraryDependencies += "com.github.rest-driver" % "rest-client-driver" % "1.1.17"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rest-driver', module='rest-client-driver', version='1.1.17')
)
Apache Ivy
<dependency org="com.github.rest-driver" name="rest-client-driver" rev="1.1.17" />
Leiningen
[com.github.rest-driver/rest-client-driver "1.1.17"]
Apache Buildr
'com.github.rest-driver:rest-client-driver:jar:1.1.17'