Download rest-client-java-0.4.1.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.4.1 in this page.

License

GNU General Public License, version 2

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials