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