Download http-2.0.11.jar file - Jar h

Jar examples for h:http

Description

An easy to use HTTP API, that supports synchronous and asynchronous execution of HTTP request. On android only asynchronous driver is supported.

You can download jar file http 2.0.11 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add http-2.0.11.jar to your project.

<dependency>
   <groupId>com.googlecode.openbox</groupId>
   <artifactId>http</artifactId>
   <version>2.0.11</version>
</dependency>
compile group: 'com.googlecode.openbox', name: 'http', version: '2.0.11'
libraryDependencies += "com.googlecode.openbox" % "http" % "2.0.11"
<dependency org="com.googlecode.openbox" name="http" rev="2.0.11"/>
@Grapes(@Grab(group='com.googlecode.openbox', module='http', version='2.0.11'))
'com.googlecode.openbox:http:jar:2.0.11'

Download

Click the following link to download the jar file.

http-2.0.11-javadoc.jar
http-2.0.11-sources.jar
http-2.0.11.jar
http-2.0.11.pom



Related Tutorials