Download brave-apache-http-interceptors-3.9.1.jar file

Introduction

You can download brave-apache-http-interceptors-3.9.1.jar in this page.

License

Apache 2

Type List

brave-apache-http-interceptors-3.9.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.zipkin.brave/brave-apache-http-interceptors/pom.properties
META-INF/maven/io.zipkin.brave/brave-apache-http-interceptors/pom.xml
com.github.kristofa.brave.httpclient.BraveHttpRequestInterceptor.class
com.github.kristofa.brave.httpclient.BraveHttpResponseInterceptor.class
com.github.kristofa.brave.httpclient.HttpClientRequestImpl.class
com.github.kristofa.brave.httpclient.HttpClientResponseImpl.class

Pom

brave-apache-http-interceptors-3.9.1.pom file content.

<?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</artifactId>
    <version>3.9.1</version>
  </parent>
  <artifactId>brave-apache-http-interceptors</artifactId>
  <name>brave-apache-http-interceptors</name>
  <description>
    Apache http client request and response interceptor implementations.
  </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>
  </properties>
  <dependencies>
    <dependency>
        <groupId>org.apache.httpcomponents</groupId>
        <artifactId>httpcore</artifactId>
    </dependency>
    <dependency>
        <groupId>io.zipkin.brave</groupId>
        <artifactId>brave-http</artifactId>
        <version>3.9.1</version>
    </dependency>
    <dependency>
        <groupId>org.apache.httpcomponents</groupId>
        <artifactId>httpclient</artifactId>
        <scope>test</scope>
    </dependency>
    <dependency>
        <groupId>com.github.kristofa</groupId>
        <artifactId>mock-http-server</artifactId>
        <version>4.0</version>
        <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.zipkin.brave</groupId>
   <artifactId>brave-apache-http-interceptors</artifactId>
   <version>3.9.1</version>
</dependency>

Download

If you think the following brave-apache-http-interceptors-3.9.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download brave-apache-http-interceptors-3.9.1.jar file




PreviousNext

Related