Download restiny-0.1.1.jar file - Jar r

Jar examples for r:restiny

Description

A tiny Java REST Client

You can download jar file restiny 0.1.1 in this page.

License

GNU General Public License

Build File

You can use the following script to add restiny-0.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

restiny-0.1.1-javadoc.jar
restiny-0.1.1-sources.jar
restiny-0.1.1.jar
restiny-0.1.1.pom



Related Tutorials