| 组织ID: |
io.zipkin.brave |
| 项目ID: |
brave-http |
| 版本: |
3.11.1 |
| 最后修改时间: |
2018-10-03 01:46:35 |
| 包类型: |
jar |
| 标题: |
brave-http |
| 描述: |
Abstraction that makes it easier to implement brave in http clients and servers.
|
| 相关URL: |
https://github.com/kristofa/brave |
| 大小: |
10.29KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-http</artifactId>
<version>3.11.1</version>
</dependency>
|
| Gradle引入代码: |
io.zipkin.brave:brave-http:3.11.1
|
| 下载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</artifactId>
<version>3.11.1</version>
</parent>
<artifactId>brave-http</artifactId>
<packaging>jar</packaging>
<name>brave-http</name>
<description>
Abstraction that makes it easier to implement brave in http clients and servers.
</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>
<main.java.version>1.6</main.java.version>
<main.signature.artifact>java16</main.signature.artifact>
</properties>
<dependencies>
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-core</artifactId>
<version>3.11.1</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.github.kristofa.brave.http.HttpServerRequest.class
com.github.kristofa.brave.http.HttpServerResponseAdapter.class
com.github.kristofa.brave.http.HttpResponse.class
com.github.kristofa.brave.http.HttpClientRequest.class
com.github.kristofa.brave.http.HttpClientResponseAdapter.class
com.github.kristofa.brave.http.HttpClientRequestAdapter.class
com.github.kristofa.brave.http.HttpRequest.class
com.github.kristofa.brave.http.SpanNameProvider.class
com.github.kristofa.brave.http.DefaultSpanNameProvider.class
com.github.kristofa.brave.http.HttpServerRequestAdapter.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
|
| 依赖Jar: |
brave-core-3.11.1.jar
/io.zipkin.brave/brave-core/3.11.1
查看brave-core所有版本文件
|