组织ID: |
com.sendgrid |
项目ID: |
java-http-client |
版本: |
2.2.0 |
最后修改时间: |
2019-12-02 14:31:55 |
包类型: |
jar |
标题: |
http |
描述: |
A simple HTTP client |
相关URL: |
https://github.com/sendgrid/java-http-client |
大小: |
7.26KB |
|
Maven引入代码: |
<dependency>
<groupId>com.sendgrid</groupId>
<artifactId>java-http-client</artifactId>
<version>2.2.0</version>
</dependency>
|
Gradle引入代码: |
com.sendgrid:java-http-client:2.2.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.sendgrid</groupId>
<artifactId>java-http-client</artifactId>
<version>2.2.0</version>
<name>http</name>
<description>A simple HTTP client</description>
<url>https://github.com/sendgrid/java-http-client</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>thinkingserious</id>
<name>Elmer Thomas</name>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:sendgrid/java-http-client.git</connection>
<developerConnection>scm:git@github.com:sendgrid/java-http-client.git</developerConnection>
<url>scm:git@github.com:sendgrid/java-http-client.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.19</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.sendgrid.Client$1.class
com.sendgrid.Client.class
com.sendgrid.HttpDeleteWithBody.class
com.sendgrid.Method.class
com.sendgrid.Request.class
com.sendgrid.Response.class
|
依赖Jar: |
httpcore-4.4.4.jar
/org.apache.httpcomponents/httpcore/4.4.4
查看httpcore所有版本文件
mockito-core-1.10.19.jar
/org.mockito/mockito-core/1.10.19
查看mockito-core所有版本文件
junit-dep-4.10.jar
/junit/junit-dep/4.10
查看junit-dep所有版本文件
httpclient-4.5.2.jar
/org.apache.httpcomponents/httpclient/4.5.2
查看httpclient所有版本文件
|