Download unirest-java-1.4.5.jar file - Jar u

Jar examples for u:unirest-java

Description

Unirest is a set of lightweight HTTP libraries available in multiple languages.

You can download jar file unirest-java 1.4.5 in this page.

License

MIT License

Build File

You can use the following script to add unirest-java-1.4.5.jar to your project.

<dependency>
   <groupId>com.mashape.unirest</groupId>
   <artifactId>unirest-java</artifactId>
   <version>1.4.5</version>
</dependency>
compile group: 'com.mashape.unirest', name: 'unirest-java', version: '1.4.5'
libraryDependencies += "com.mashape.unirest" % "unirest-java" % "1.4.5"
<dependency org="com.mashape.unirest" name="unirest-java" rev="1.4.5"/>
@Grapes(@Grab(group='com.mashape.unirest', module='unirest-java', version='1.4.5'))
'com.mashape.unirest:unirest-java:jar:1.4.5'

Download

Click the following link to download the jar file.

unirest-java-1.4.5-javadoc.jar
unirest-java-1.4.5-sources.jar
unirest-java-1.4.5.jar
unirest-java-1.4.5.pom



Related Tutorials