Download http-client-0.9.4.jar file - Jar h

Jar examples for h:http-client

Description

Use this tool to quickly create http client. Currently support get,post,put and patch request. Request body support url-encoded, form-data, json, Response body support json, text, stream.

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

http-client-0.9.4-javadoc.jar
http-client-0.9.4-sources.jar
http-client-0.9.4-tests.jar
http-client-0.9.4.jar
http-client-0.9.4.pom



Related Tutorials