Download http-client-essentials-0.8.jar file - Jar h

Jar examples for h:http-client-essentials

Description

A lightweight http client model.

You can download jar file http-client-essentials 0.8 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add http-client-essentials-0.8.jar to your project.

<dependency>
   <groupId>org.dmfs</groupId>
   <artifactId>http-client-essentials</artifactId>
   <version>0.8</version>
</dependency>
compile group: 'org.dmfs', name: 'http-client-essentials', version: '0.8'
libraryDependencies += "org.dmfs" % "http-client-essentials" % "0.8"
<dependency org="org.dmfs" name="http-client-essentials" rev="0.8"/>
@Grapes(@Grab(group='org.dmfs', module='http-client-essentials', version='0.8'))
'org.dmfs:http-client-essentials:jar:0.8'

Download

Click the following link to download the jar file.

http-client-essentials-0.8-javadoc.jar
http-client-essentials-0.8-sources.jar
http-client-essentials-0.8.jar
http-client-essentials-0.8.pom



Related Tutorials