Download http-client-essentials-0.7.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.7 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.7.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials