Download well-rested-client-1.0.1.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.0.1 in this page.

License

Apache License 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials