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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

http-client-0.1.83.jar
http-client-0.1.83.pom



Related Tutorials