| 组织ID: |
io.zipkin.brave |
| 项目ID: |
brave-apache-http-interceptors |
| 版本: |
4.13.4 |
| 最后修改时间: |
2018-09-28 10:16:21 |
| 包类型: |
jar |
| 标题: |
archive/brave-apache-http-interceptors |
| 描述: |
Apache http client request and response interceptor implementations.
|
| 大小: |
8.22KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-apache-http-interceptors</artifactId>
<version>4.13.4</version>
</dependency>
|
| Gradle引入代码: |
io.zipkin.brave:brave-apache-http-interceptors:4.13.4
|
| 下载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.13.4</version>
</parent>
<artifactId>brave-apache-http-interceptors</artifactId>
<name>archive/brave-apache-http-interceptors</name>
<description>
Apache http client request and response interceptor implementations.
</description>
<properties>
<main.basedir>${project.basedir}/../..</main.basedir>
</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.BraveHttpRequestInterceptor$Builder.class
com.github.kristofa.brave.httpclient.BraveHttpRequestInterceptor.class
com.github.kristofa.brave.httpclient.BraveHttpResponseInterceptor$Builder.class
com.github.kristofa.brave.httpclient.BraveHttpResponseInterceptor.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.HttpClientRequestImpl.class
|
| 依赖Jar: |
brave-http-${project.version}.jar
/${project.groupId}/brave-http/${project.version}
查看brave-http所有版本文件
|