Jar examples for h:http-client
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
http-client-1.3.0.RELEASE-javadoc.jar