r

rest-client-driver

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