Download resty-client-1.1.0.jar file - Jar r

Jar examples for r:resty-client

Description

Resty java client

You can download jar file resty-client 1.1.0 in this page.

Build File

You can use the following script to add resty-client-1.1.0.jar to your project.

<dependency>
   <groupId>cn.dreampie</groupId>
   <artifactId>resty-client</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'cn.dreampie', name: 'resty-client', version: '1.1.0'
libraryDependencies += "cn.dreampie" % "resty-client" % "1.1.0"
<dependency org="cn.dreampie" name="resty-client" rev="1.1.0"/>
@Grapes(@Grab(group='cn.dreampie', module='resty-client', version='1.1.0'))
'cn.dreampie:resty-client:jar:1.1.0'

Download

Click the following link to download the jar file.

resty-client-1.1.0-javadoc.jar
resty-client-1.1.0-sources.jar
resty-client-1.1.0.jar
resty-client-1.1.0.pom



Related Tutorials