| 组织ID: |
io.zipkin.brave |
| 项目ID: |
brave-apache-http-interceptors |
| 版本: |
4.0.5 |
| 最后修改时间: |
2019-11-01 05:42:07 |
| 包类型: |
jar |
| 标题: |
brave-apache-http-interceptors |
| 描述: |
Apache http client request and response interceptor implementations.
|
| 相关URL: |
https://github.com/kristofa/brave |
| 大小: |
8.71KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-apache-http-interceptors</artifactId>
<version>4.0.5</version>
</dependency>
|
| Gradle引入代码: |
io.zipkin.brave:brave-apache-http-interceptors:4.0.5
|
| 下载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>
<parent>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-parent</artifactId>
<version>4.0.5</version>
</parent>
<artifactId>brave-apache-http-interceptors</artifactId>
<name>brave-apache-http-interceptors</name>
<description>
Apache http client request and response interceptor implementations.
</description>
<url>https://github.com/kristofa/brave</url>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>brave-http</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>brave-http-tests</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.github.kristofa.brave.httpclient.HttpClientResponseImpl.class
com.github.kristofa.brave.httpclient.BraveHttpResponseInterceptor.class
com.github.kristofa.brave.httpclient.HttpClientRequestImpl.class
com.github.kristofa.brave.httpclient.BraveHttpRequestInterceptor.class
com.github.kristofa.brave.httpclient.BraveHttpRequestInterceptor$Builder.class
META-INF/maven/io.zipkin.brave/brave-apache-http-interceptors/pom.xml
META-INF/maven/io.zipkin.brave/brave-apache-http-interceptors/pom.properties
com.github.kristofa.brave.httpclient.BraveHttpResponseInterceptor$Builder.class
|
| 依赖Jar: |
brave-http-${project.version}.jar
/${project.groupId}/brave-http/${project.version}
查看brave-http所有版本文件
|