You can download unirest-java-1.4.5.jar in this page.
MIT
unirest-java-1.4.5.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.mashape.unirest/unirest-java/pom.properties META-INF/maven/com.mashape.unirest/unirest-java/pom.xml com.mashape.unirest.http.Headers.class com.mashape.unirest.http.HttpClientHelper.class com.mashape.unirest.http.HttpDeleteWithBody.class com.mashape.unirest.http.HttpMethod.class com.mashape.unirest.http.HttpPatchWithBody.class com.mashape.unirest.http.HttpResponse.class com.mashape.unirest.http.JsonNode.class com.mashape.unirest.http.Unirest.class com.mashape.unirest.http.async.Callback.class com.mashape.unirest.http.async.RequestThread.class com.mashape.unirest.http.async.utils.AsyncIdleConnectionMonitorThread.class com.mashape.unirest.http.exceptions.UnirestException.class com.mashape.unirest.http.options.Option.class com.mashape.unirest.http.options.Options.class com.mashape.unirest.http.utils.Base64Coder.class com.mashape.unirest.http.utils.ClientFactory.class com.mashape.unirest.http.utils.MapUtil.class com.mashape.unirest.http.utils.ResponseUtils.class com.mashape.unirest.http.utils.SyncIdleConnectionMonitorThread.class com.mashape.unirest.http.utils.URLParamEncoder.class com.mashape.unirest.request.BaseRequest.class com.mashape.unirest.request.GetRequest.class com.mashape.unirest.request.HttpRequest.class com.mashape.unirest.request.HttpRequestWithBody.class com.mashape.unirest.request.body.Body.class com.mashape.unirest.request.body.MultipartBody.class com.mashape.unirest.request.body.RawBody.class com.mashape.unirest.request.body.RequestBodyEntity.class
unirest-java-1.4.5.pom file content.
<?xml version="1.0"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.mashape.unirest</groupId> <artifactId>unirest-java</artifactId> <packaging>jar</packaging> <version>1.4.5</version> <name>unirest-java</name> <description>Simplified, lightweight HTTP client library</description> <url>http://unirest.io/</url> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <licenses> <license> <name>MIT</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/Mashape/unirest-java</url> <connection>scm:git:git@github.com:Mashape/unirest-java.git</connection> <developerConnection>scm:git:git@github.com:Mashape/unirest-java.git</developerConnection> </scm> <developers> <developer> <id>mashape</id> <name>Mashape</name> <email>opensource@mashape.com</email> <url>https://github.com/Mashape</url> <organization>Mashape</organization> <organizationUrl>https://www.mashape.com</organizationUrl> </developer> </developers> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> </properties> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <fork>true</fork> <meminitial>128m</meminitial> <maxmem>512m</maxmem> <source>1.5</source> <target>1.5</target> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>2.4</version> <configuration> <descriptorRefs> <descriptorRef>jar-with-dependencies</descriptorRef> </descriptorRefs> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.3.6</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpasyncclient</artifactId> <version>4.0.2</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> <version>4.3.6</version> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20140107</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.mashape.unirest</groupId> <artifactId>unirest-java</artifactId> <version>1.4.5</version> </dependency>
If you think the following unirest-java-1.4.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download unirest-java-1.4.5.jar file