You can download brave-okhttp-3.9.0.jar in this page.
Apache 2
brave-okhttp-3.9.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.zipkin.brave/brave-okhttp/pom.properties META-INF/maven/io.zipkin.brave/brave-okhttp/pom.xml com.github.kristofa.brave.okhttp.BraveOkHttpRequestResponseInterceptor.class com.github.kristofa.brave.okhttp.OkHttpRequest.class com.github.kristofa.brave.okhttp.OkHttpResponse.class
brave-okhttp-3.9.0.pom file content.
<?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</artifactId> <groupId>io.zipkin.brave</groupId> <version>3.9.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>brave-okhttp</artifactId> <description>OkHttp request and response interceptor implementation</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> <okhttp.version>3.2.0</okhttp.version> </properties> <dependencies> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>${okhttp.version}</version> </dependency> <dependency> <groupId>io.zipkin.brave</groupId> <artifactId>brave-http</artifactId> <version>3.9.0</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>mockwebserver</artifactId> <version>${okhttp.version}</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>io.zipkin.brave</groupId> <artifactId>brave-okhttp</artifactId> <version>3.9.0</version> </dependency>
If you think the following brave-okhttp-3.9.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download brave-okhttp-3.9.0.jar file