Jar examples for r:restclient-http
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.
GNU General Public License, Version 3.0
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'
Click the following link to download the jar file.
restclient-http-1.1-javadoc.jar