Download httprequestsimple-1.0.2.jar file - Jar h

Jar examples for h:httprequestsimple

Description

Java Library for simple HTTP requests

You can download jar file httprequestsimple 1.0.2 in this page.

License

MIT License

Build File

You can use the following script to add httprequestsimple-1.0.2.jar to your project.

<dependency>
   <groupId>de.tobj.http.simplerequest</groupId>
   <artifactId>httprequestsimple</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'de.tobj.http.simplerequest', name: 'httprequestsimple', version: '1.0.2'
libraryDependencies += "de.tobj.http.simplerequest" % "httprequestsimple" % "1.0.2"
<dependency org="de.tobj.http.simplerequest" name="httprequestsimple" rev="1.0.2"/>
@Grapes(@Grab(group='de.tobj.http.simplerequest', module='httprequestsimple', version='1.0.2'))
'de.tobj.http.simplerequest:httprequestsimple:jar:1.0.2'

Download

Click the following link to download the jar file.

httprequestsimple-1.0.2-javadoc.jar
httprequestsimple-1.0.2-sources.jar
httprequestsimple-1.0.2.jar
httprequestsimple-1.0.2.pom



Related Tutorials