Download restiny-0.1.0.jar file - Jar r

Jar examples for r:restiny

Description

A tiny Java REST Client

You can download jar file restiny 0.1.0 in this page.

License

GNU General Public License

Build File

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

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

Download

Click the following link to download the jar file.

restiny-0.1.0-javadoc.jar
restiny-0.1.0-sources.jar
restiny-0.1.0.jar
restiny-0.1.0.pom



Related Tutorials