Download http-client-1.1.11.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.11 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.11.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials