Download rest-client-java-0.3.7.jar file - Jar r

Jar examples for r:rest-client-java

Description

A Java client library for RESTful services.

You can download jar file rest-client-java 0.3.7 in this page.

License

GNU General Public License, version 2

Build File

You can use the following script to add rest-client-java-0.3.7.jar to your project.

<dependency>
   <groupId>me.shib.java.lib</groupId>
   <artifactId>rest-client-java</artifactId>
   <version>0.3.7</version>
</dependency>
compile group: 'me.shib.java.lib', name: 'rest-client-java', version: '0.3.7'
libraryDependencies += "me.shib.java.lib" % "rest-client-java" % "0.3.7"
<dependency org="me.shib.java.lib" name="rest-client-java" rev="0.3.7"/>
@Grapes(@Grab(group='me.shib.java.lib', module='rest-client-java', version='0.3.7'))
'me.shib.java.lib:rest-client-java:jar:0.3.7'

Download

Click the following link to download the jar file.

rest-client-java-0.3.7-javadoc.jar
rest-client-java-0.3.7-sources.jar
rest-client-java-0.3.7.jar
rest-client-java-0.3.7.pom



Related Tutorials