| 组织ID: |
io.zipkin.brave |
| 项目ID: |
brave-okhttp |
| 版本: |
4.12.0 |
| 最后修改时间: |
2018-07-26 11:48:03 |
| 包类型: |
jar |
| 标题: |
archive/brave-okhttp |
| 描述: |
OkHttp tracing interceptor implementation |
| 大小: |
11.41KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-okhttp</artifactId>
<version>4.12.0</version>
</dependency>
|
| Gradle引入代码: |
io.zipkin.brave:brave-okhttp:4.12.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>brave-parent</artifactId>
<groupId>io.zipkin.brave</groupId>
<version>4.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>brave-okhttp</artifactId>
<name>archive/brave-okhttp</name>
<description>OkHttp tracing interceptor implementation</description>
<properties>
<main.basedir>${project.basedir}/../..</main.basedir>
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>brave-http</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>brave-http-tests</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.github.kristofa.brave.okhttp.BraveOkHttpRequestResponseInterceptor$Builder.class
com.github.kristofa.brave.okhttp.OkHttpParser.class
com.github.kristofa.brave.okhttp.BraveTracingInterceptor$Builder.class
com.github.kristofa.brave.okhttp.BraveTracingInterceptor.class
com.github.kristofa.brave.okhttp.OkHttpRequest.class
com.github.kristofa.brave.okhttp.OkHttpResponse.class
META-INF/maven/io.zipkin.brave/brave-okhttp/pom.xml
META-INF/maven/io.zipkin.brave/brave-okhttp/pom.properties
com.github.kristofa.brave.okhttp.BraveOkHttpRequestResponseInterceptor.class
|
| 依赖Jar: |
|