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 0.1.76 in this page.
The Apache Software License, Version 2.0
You can use the following script to add http-client-0.1.76.jar to your project.
<dependency> <groupId>com.cognitect</groupId> <artifactId>http-client</artifactId> <version>0.1.76</version> </dependency>
compile group: 'com.cognitect', name: 'http-client', version: '0.1.76'
libraryDependencies += "com.cognitect" % "http-client" % "0.1.76"
<dependency org="com.cognitect" name="http-client" rev="0.1.76"/>
@Grapes(@Grab(group='com.cognitect', module='http-client', version='0.1.76'))
'com.cognitect:http-client:jar:0.1.76'
Click the following link to download the jar file.
http-client-0.1.76.jar