Jar examples for h:http
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.13 in this page.
The Apache Software License, Version 2.0
You can use the following script to add http-2.0.13.jar to your project.
<dependency> <groupId>com.googlecode.openbox</groupId> <artifactId>http</artifactId> <version>2.0.13</version> </dependency>
compile group: 'com.googlecode.openbox', name: 'http', version: '2.0.13'
libraryDependencies += "com.googlecode.openbox" % "http" % "2.0.13"
<dependency org="com.googlecode.openbox" name="http" rev="2.0.13"/>
@Grapes(@Grab(group='com.googlecode.openbox', module='http', version='2.0.13'))
'com.googlecode.openbox:http:jar:2.0.13'
Click the following link to download the jar file.
http-2.0.13-javadoc.jar