Download foxhttp-1.3-RC1.jar file - Jar f

Jar examples for f:foxhttp

Description

The FoxHttp provides a fast and easy http client for java and android. It is part of the GroundWork Project by Viascom.

You can download jar file foxhttp 1.3-RC1 in this page.

License

Apache License, Version 2.0, January 2004

Build File

You can use the following script to add foxhttp-1.3-RC1.jar to your project.

<dependency>
   <groupId>ch.viascom.groundwork</groupId>
   <artifactId>foxhttp</artifactId>
   <version>1.3-RC1</version>
</dependency>
compile group: 'ch.viascom.groundwork', name: 'foxhttp', version: '1.3-RC1'
libraryDependencies += "ch.viascom.groundwork" % "foxhttp" % "1.3-RC1"
<dependency org="ch.viascom.groundwork" name="foxhttp" rev="1.3-RC1"/>
@Grapes(@Grab(group='ch.viascom.groundwork', module='foxhttp', version='1.3-RC1'))
'ch.viascom.groundwork:foxhttp:jar:1.3-RC1'

Download

Click the following link to download the jar file.

foxhttp-1.3-RC1-javadoc.jar
foxhttp-1.3-RC1-sources.jar
foxhttp-1.3-RC1.jar
foxhttp-1.3-RC1.pom



Related Tutorials