Download simple-http-client-0.1.0.jar file - Jar s

Jar examples for s:simple-http-client

Description

A simple wrapper of Apache's Http Client Library that tries to make interacting with HTTP Easy

You can download jar file simple-http-client 0.1.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add simple-http-client-0.1.0.jar to your project.

<dependency>
   <groupId>com.agapsys.libs</groupId>
   <artifactId>simple-http-client</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'com.agapsys.libs', name: 'simple-http-client', version: '0.1.0'
libraryDependencies += "com.agapsys.libs" % "simple-http-client" % "0.1.0"
<dependency org="com.agapsys.libs" name="simple-http-client" rev="0.1.0"/>
@Grapes(@Grab(group='com.agapsys.libs', module='simple-http-client', version='0.1.0'))
'com.agapsys.libs:simple-http-client:jar:0.1.0'

Download

Click the following link to download the jar file.

simple-http-client-0.1.0-javadoc.jar
simple-http-client-0.1.0-sources.jar
simple-http-client-0.1.0.jar
simple-http-client-0.1.0.pom



Related Tutorials