Download http-client-0.0.8-1.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.0.8-1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

http-client-0.0.8-1-javadoc.jar
http-client-0.0.8-1-sources.jar
http-client-0.0.8-1.jar
http-client-0.0.8-1.pom



Related Tutorials