Download http-client-1.3.0.RELEASE.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.3.0.RELEASE in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

http-client-1.3.0.RELEASE-javadoc.jar
http-client-1.3.0.RELEASE-sources.jar
http-client-1.3.0.RELEASE.jar
http-client-1.3.0.RELEASE.pom



Related Tutorials