Download unirest-java-1.3.20.jar file

Introduction

You can download unirest-java-1.3.20.jar in this page.

License

MIT

Type List

unirest-java-1.3.20.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.RequestBodyEntity.class

Pom

unirest-java-1.3.20.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.3.20</version>

	<name>unirest-java</name>
	<description>Unirest is a set of lightweight HTTP libraries available in multiple languages.</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>thefosk</id>
			<name>Marco</name>
			<email>marco@mashape.com</email>
			<url>https://github.com/thefosk</url>
			<organization>Mashape</organization>
			<organizationUrl>https://mashape.com</organizationUrl>
		</developer>
	</developers>

	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</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>
				</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.4</version>
		</dependency>
		<dependency>
			<groupId>org.apache.httpcomponents</groupId>
			<artifactId>httpasyncclient</artifactId>
			<version>4.0.1</version>
		</dependency>
		<dependency>
			<groupId>org.apache.httpcomponents</groupId>
			<artifactId>httpmime</artifactId>
			<version>4.3.4</version>
		</dependency>
		<dependency>
			<groupId>org.json</groupId>
			<artifactId>json</artifactId>
			<version>20140107</version>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.11</version>
			<scope>test</scope>
		</dependency>
	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.mashape.unirest</groupId>
   <artifactId>unirest-java</artifactId>
   <version>1.3.20</version>
</dependency>

Download

If you think the following unirest-java-1.3.20.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.3.20.jar file




PreviousNext

Related