Download restclient-2.2.jar file - Jar r

Jar examples for r:restclient

Description

The RESTClient module provides an easy way to call REST endpoints. It is part of the GroundWork Project by Viascom.

You can download jar file restclient 2.2 in this page.

License

GNU General Public License, Version 3.0

Build File

You can use the following script to add restclient-2.2.jar to your project.

<dependency>
   <groupId>ch.viascom.groundwork</groupId>
   <artifactId>restclient</artifactId>
   <version>2.2</version>
</dependency>
compile group: 'ch.viascom.groundwork', name: 'restclient', version: '2.2'
libraryDependencies += "ch.viascom.groundwork" % "restclient" % "2.2"
<dependency org="ch.viascom.groundwork" name="restclient" rev="2.2"/>
@Grapes(@Grab(group='ch.viascom.groundwork', module='restclient', version='2.2'))
'ch.viascom.groundwork:restclient:jar:2.2'

Download

Click the following link to download the jar file.

restclient-2.2-javadoc.jar
restclient-2.2-sources.jar
restclient-2.2.jar
restclient-2.2.pom



Related Tutorials