Download rest-client-driver-1.1.36.jar file - Jar r

Jar examples for r:rest-client-driver

Description

Test Driver to test your RESTful services

You can download jar file rest-client-driver 1.1.36 in this page.

Build File

You can use the following script to add rest-client-driver-1.1.36.jar to your project.

<dependency>
   <groupId>com.github.rest-driver</groupId>
   <artifactId>rest-client-driver</artifactId>
   <version>1.1.36</version>
</dependency>
compile group: 'com.github.rest-driver', name: 'rest-client-driver', version: '1.1.36'
libraryDependencies += "com.github.rest-driver" % "rest-client-driver" % "1.1.36"
<dependency org="com.github.rest-driver" name="rest-client-driver" rev="1.1.36"/>
@Grapes(@Grab(group='com.github.rest-driver', module='rest-client-driver', version='1.1.36'))
'com.github.rest-driver:rest-client-driver:jar:1.1.36'

Download

Click the following link to download the jar file.

rest-client-driver-1.1.36-javadoc.jar
rest-client-driver-1.1.36-sources.jar
rest-client-driver-1.1.36.jar
rest-client-driver-1.1.36.pom



Related Tutorials