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