Download http-request-5.5.jar file - Jar h

Jar examples for h:http-request

Description

Library for making HTTP requests

You can download jar file http-request 5.5 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add http-request-5.5.jar to your project.

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

Download

Click the following link to download the jar file.

http-request-5.5-javadoc.jar
http-request-5.5-sources.jar
http-request-5.5.jar
http-request-5.5.pom



Related Tutorials