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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials