| 组织ID: |
io.zipkin.brave |
| 项目ID: |
brave-http |
| 版本: |
4.13.4 |
| 最后修改时间: |
2018-08-06 15:37:55 |
| 包类型: |
jar |
| 标题: |
archive/brave-http |
| 描述: |
Abstraction that makes it easier to implement brave in http clients and servers.
|
| 大小: |
10.58KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-http</artifactId>
<version>4.13.4</version>
</dependency>
|
| Gradle引入代码: |
io.zipkin.brave:brave-http:4.13.4
|
| 下载Jar包: |
|
| POM文件内容: |
<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-http</artifactId>
<packaging>jar</packaging>
<name>archive/brave-http</name>
<description>
Abstraction that makes it easier to implement brave in http clients and servers.
</description>
<properties>
<main.basedir>${project.basedir}/../..</main.basedir>
<main.java.version>1.6</main.java.version>
<main.signature.artifact>java16</main.signature.artifact>
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>brave-core</artifactId>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.github.kristofa.brave.http.DefaultSpanNameProvider.class
com.github.kristofa.brave.http.HttpRequest.class
com.github.kristofa.brave.http.HttpClientRequest.class
com.github.kristofa.brave.http.HttpResponse.class
com.github.kristofa.brave.http.HttpClientResponseAdapter.class
com.github.kristofa.brave.http.HttpServerRequest.class
com.github.kristofa.brave.http.HttpServerRequestAdapter.class
com.github.kristofa.brave.http.HttpServerResponseAdapter.class
com.github.kristofa.brave.http.HttpClientRequestAdapter.class
com.github.kristofa.brave.http.BraveHttpHeaders.class
META-INF/maven/io.zipkin.brave/brave-http/pom.xml
META-INF/maven/io.zipkin.brave/brave-http/pom.properties
com.github.kristofa.brave.http.SpanNameProvider.class
|
| 依赖Jar: |
|