Download restclient-http-1.1.jar file - Jar r

Jar examples for r:restclient-http

Description

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

You can download jar file restclient-http 1.1 in this page.

License

GNU General Public License, Version 3.0

Build File

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

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

Download

Click the following link to download the jar file.

restclient-http-1.1-javadoc.jar
restclient-http-1.1-sources.jar
restclient-http-1.1.jar
restclient-http-1.1.pom



Related Tutorials