| 组织ID: |
com.netflix.ribbon |
| 项目ID: |
ribbon-httpclient |
| 版本: |
2.0-RC6 |
| 最后修改时间: |
2019-10-25 06:03:38 |
| 包类型: |
jar |
| 标题: |
ribbon-httpclient |
| 描述: |
ribbon-httpclient developed by Netflix |
| 相关URL: |
https://github.com/Netflix/ribbon |
| 大小: |
52.22KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.netflix.ribbon</groupId>
<artifactId>ribbon-httpclient</artifactId>
<version>2.0-RC6</version>
</dependency>
|
| Gradle引入代码: |
com.netflix.ribbon:ribbon-httpclient:2.0-RC6
|
| 下载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.netflix.ribbon</groupId>
<artifactId>ribbon-httpclient</artifactId>
<version>2.0-RC6</version>
<name>ribbon-httpclient</name>
<description>ribbon-httpclient developed by Netflix</description>
<url>https://github.com/Netflix/ribbon</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>netflixgithub</id>
<name>Netflix Open Source Development</name>
<email>talent@netflix.com</email>
</developer>
</developers>
<issueManagement>
<system>github</system>
<url>https://github.com/Netflix/ribbon/issues</url>
</issueManagement>
<scm>
<connection>scm:git:git@github.com:Netflix/ribbon.git</connection>
<developerConnection>scm:git:git@github.com:Netflix/ribbon.git</developerConnection>
<url>scm:git:git@github.com:Netflix/ribbon.git</url>
</scm>
<dependencies>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.netflix.netflix-commons</groupId>
<artifactId>netflix-commons-util</artifactId>
<version>0.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.netflix.servo</groupId>
<artifactId>servo-core</artifactId>
<version>0.7.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
<version>1.11</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.netflix.ribbon</groupId>
<artifactId>ribbon-loadbalancer</artifactId>
<version>2.0-RC6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>14.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.netflix.ribbon</groupId>
<artifactId>ribbon-core</artifactId>
<version>2.0-RC6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-all</artifactId>
<version>3.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-client</artifactId>
<version>1.11</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.netflix.archaius</groupId>
<artifactId>archaius-core</artifactId>
<version>0.5.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-apache-client4</artifactId>
<version>1.11</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-easymock-release-full</artifactId>
<version>1.5.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>3.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
<version>1.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.mockwebserver</groupId>
<artifactId>mockwebserver</artifactId>
<version>20130505</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.netflix.client.http.HttpRequest$Builder.class
com.netflix.client.http.HttpHeaders.class
com.netflix.client.http.CaseInsensitiveMultiMap.class
com.netflix.client.http.HttpRequest$Verb.class
com.netflix.client.http.HttpResponse.class
com.netflix.client.http.HttpRequest.class
com.netflix.loadbalancer.PingUrl.class
com.netflix.http4.NFHttpClient$1.class
com.netflix.http4.MonitoredConnectionManager.class
com.netflix.http4.NFHttpClient.class
com.netflix.http4.NamedConnectionPool.class
com.netflix.http4.NFHttpClient$2.class
com.netflix.http4.ConnectionPoolCleaner$1.class
com.netflix.http4.ConnectionPoolCleaner.class
com.netflix.http4.NFHttpMethodRetryHandler.class
com.netflix.http4.NFHttpClientFactory.class
com.netflix.http4.NFHttpClientConstants.class
com.netflix.http4.ssl.KeyStoreAwareSocketFactory.class
com.netflix.http4.ssl.AcceptAllSocketFactory.class
com.netflix.http4.ssl.AcceptAllSocketFactory$1.class
com.netflix.niws.client.http.RestClient.class
com.netflix.niws.client.http.HttpClientRequest$Verb.class
com.netflix.niws.client.http.HttpClientResponse$1.class
com.netflix.niws.client.http.HttpClientRequest$1.class
com.netflix.niws.client.http.RestClient$1.class
com.netflix.niws.client.http.HttpClientResponse.class
com.netflix.niws.client.http.HttpClientRequest.class
com.netflix.niws.client.http.HttpClientRequest$Builder.class
com.netflix.niws.client.http.RestClient$2.class
com.netflix.niws.client.http.HttpPrimeConnection.class
com.netflix.niws.client.http.HttpClientLoadBalancerErrorHandler.class
|
| 依赖Jar: |
jsr311-api-1.1.1.jar
/javax.ws.rs/jsr311-api/1.1.1
查看jsr311-api所有版本文件
netflix-commons-util-0.1.1.jar
/com.netflix.netflix-commons/netflix-commons-util/0.1.1
查看netflix-commons-util所有版本文件
commons-collections-3.2.1.jar
/commons-collections/commons-collections/3.2.1
查看commons-collections所有版本文件
servo-core-0.7.4.jar
/com.netflix.servo/servo-core/0.7.4
查看servo-core所有版本文件
jersey-core-1.11.jar
/com.sun.jersey/jersey-core/1.11
查看jersey-core所有版本文件
ribbon-loadbalancer-2.0-RC6.jar
/com.netflix.ribbon/ribbon-loadbalancer/2.0-RC6
查看ribbon-loadbalancer所有版本文件
guava-14.0.1.jar
/com.google.guava/guava/14.0.1
查看guava所有版本文件
ribbon-core-2.0-RC6.jar
/com.netflix.ribbon/ribbon-core/2.0-RC6
查看ribbon-core所有版本文件
commons-io-2.0.1.jar
/commons-io/commons-io/2.0.1
查看commons-io所有版本文件
asm-all-3.2.jar
/asm/asm-all/3.2
查看asm-all所有版本文件
httpclient-4.2.1.jar
/org.apache.httpcomponents/httpclient/4.2.1
查看httpclient所有版本文件
jersey-client-1.11.jar
/com.sun.jersey/jersey-client/1.11
查看jersey-client所有版本文件
archaius-core-0.5.12.jar
/com.netflix.archaius/archaius-core/0.5.12
查看archaius-core所有版本文件
jersey-apache-client4-1.11.jar
/com.sun.jersey.contribs/jersey-apache-client4/1.11
查看jersey-apache-client4所有版本文件
powermock-easymock-release-full-1.5.4.jar
/org.powermock/powermock-easymock-release-full/1.5.4
查看powermock-easymock-release-full所有版本文件
slf4j-api-1.6.4.jar
/org.slf4j/slf4j-api/1.6.4
查看slf4j-api所有版本文件
slf4j-log4j12-1.7.2.jar
/org.slf4j/slf4j-log4j12/1.7.2
查看slf4j-log4j12所有版本文件
easymock-3.2.jar
/org.easymock/easymock/3.2
查看easymock所有版本文件
jersey-server-1.11.jar
/com.sun.jersey/jersey-server/1.11
查看jersey-server所有版本文件
mockwebserver-20130505.jar
/com.google.mockwebserver/mockwebserver/20130505
查看mockwebserver所有版本文件
|