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