Download well-rested-client-1.3.0.jar file - Jar w

Jar examples for w:well-rested-client

Description

A nice and easy java http client wrapper built on top of apache httpclient

You can download jar file well-rested-client 1.3.0 in this page.

License

Apache License 2.0

Build File

You can use the following script to add well-rested-client-1.3.0.jar to your project.

<dependency>
   <groupId>com.lindar</groupId>
   <artifactId>well-rested-client</artifactId>
   <version>1.3.0</version>
</dependency>
compile group: 'com.lindar', name: 'well-rested-client', version: '1.3.0'
libraryDependencies += "com.lindar" % "well-rested-client" % "1.3.0"
<dependency org="com.lindar" name="well-rested-client" rev="1.3.0"/>
@Grapes(@Grab(group='com.lindar', module='well-rested-client', version='1.3.0'))
'com.lindar:well-rested-client:jar:1.3.0'

Download

Click the following link to download the jar file.

well-rested-client-1.3.0-javadoc.jar
well-rested-client-1.3.0-sources.jar
well-rested-client-1.3.0.jar
well-rested-client-1.3.0.pom



Related Tutorials