Download http-client-3.0.3.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 3.0.3 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

http-client-3.0.3-javadoc.jar
http-client-3.0.3-sources.jar
http-client-3.0.3.jar
http-client-3.0.3.pom



Related Tutorials