Download httputils-1.10.jar file - Jar h

Jar examples for h:httputils

Description

Utility package for HTTP calls

You can download jar file httputils 1.10 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add httputils-1.10.jar to your project.

<dependency>
   <groupId>de.taimos</groupId>
   <artifactId>httputils</artifactId>
   <version>1.10</version>
</dependency>
compile group: 'de.taimos', name: 'httputils', version: '1.10'
libraryDependencies += "de.taimos" % "httputils" % "1.10"
<dependency org="de.taimos" name="httputils" rev="1.10"/>
@Grapes(@Grab(group='de.taimos', module='httputils', version='1.10'))
'de.taimos:httputils:jar:1.10'

Download

Click the following link to download the jar file.

httputils-1.10-javadoc.jar
httputils-1.10-sources.jar
httputils-1.10.jar
httputils-1.10.pom



Related Tutorials