Download rerest-1.0.0.jar file - Jar r

Jar examples for r:rerest

Description

REST client for RE framework.

You can download jar file rerest 1.0.0 in this page.

License

Apache 2.0

Build File

You can use the following script to add rerest-1.0.0.jar to your project.

<dependency>
   <groupId>com.github.e-rikov</groupId>
   <artifactId>rerest</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.github.e-rikov', name: 'rerest', version: '1.0.0'
libraryDependencies += "com.github.e-rikov" % "rerest" % "1.0.0"
<dependency org="com.github.e-rikov" name="rerest" rev="1.0.0"/>
@Grapes(@Grab(group='com.github.e-rikov', module='rerest', version='1.0.0'))
'com.github.e-rikov:rerest:jar:1.0.0'

Download

Click the following link to download the jar file.

rerest-1.0.0-javadoc.jar
rerest-1.0.0-sources.jar
rerest-1.0.0.pom



Related Tutorials