组织ID: |
com.mashape.unirest |
项目ID: |
unirest-java |
版本: |
1.3.8 |
最后修改时间: |
2018-07-30 08:42:53 |
包类型: |
jar |
标题: |
unirest-java |
描述: |
Unirest is a set of lightweight HTTP libraries available in multiple languages. |
相关URL: |
http://unirest.io/ |
大小: |
34.34KB |
|
Maven引入代码: |
<dependency>
<groupId>com.mashape.unirest</groupId>
<artifactId>unirest-java</artifactId>
<version>1.3.8</version>
</dependency>
|
Gradle引入代码: |
com.mashape.unirest:unirest-java:1.3.8
|
下载Jar包: |
|
POM文件内容: |
<?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.8</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.2</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.2</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20131018</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.mashape.unirest.http.async.Callback.class
com.mashape.unirest.http.async.RequestThread.class
com.mashape.unirest.http.exceptions.UnirestException.class
com.mashape.unirest.http.Headers.class
com.mashape.unirest.http.HttpClientHelper$1.class
com.mashape.unirest.http.HttpClientHelper$2.class
com.mashape.unirest.http.HttpClientHelper$3.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.options.Option.class
com.mashape.unirest.http.options.Options.class
com.mashape.unirest.http.Unirest.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.URLParamEncoder.class
com.mashape.unirest.request.BaseRequest.class
com.mashape.unirest.request.body.Body.class
com.mashape.unirest.request.body.MultipartBody.class
com.mashape.unirest.request.body.RequestBodyEntity.class
com.mashape.unirest.request.GetRequest.class
com.mashape.unirest.request.HttpRequest.class
com.mashape.unirest.request.HttpRequestWithBody.class
META-INF/maven/com.mashape.unirest/unirest-java/pom.xml
META-INF/maven/com.mashape.unirest/unirest-java/pom.properties
|
依赖Jar: |
httpclient-4.3.2.jar
/org.apache.httpcomponents/httpclient/4.3.2
查看httpclient所有版本文件
httpasyncclient-4.0.1.jar
/org.apache.httpcomponents/httpasyncclient/4.0.1
查看httpasyncclient所有版本文件
httpmime-4.3.2.jar
/org.apache.httpcomponents/httpmime/4.3.2
查看httpmime所有版本文件
json-20131018.jar
/org.json/json/20131018
查看json所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
|