Download brave-http-3.9.1.jar file

Introduction

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

License

Apache 2

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/io.zipkin.brave/brave-http/pom.properties
META-INF/maven/io.zipkin.brave/brave-http/pom.xml
com.github.kristofa.brave.http.BraveHttpHeaders.class
com.github.kristofa.brave.http.DefaultSpanNameProvider.class
com.github.kristofa.brave.http.HttpClientRequest.class
com.github.kristofa.brave.http.HttpClientRequestAdapter.class
com.github.kristofa.brave.http.HttpClientResponseAdapter.class
com.github.kristofa.brave.http.HttpRequest.class
com.github.kristofa.brave.http.HttpResponse.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.SpanNameProvider.class

Pom

brave-http-3.9.1.pom file content.

<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-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>
    </properties>

    <dependencies>
        <dependency>
            <groupId>io.zipkin.brave</groupId>
            <artifactId>brave-core</artifactId>
            <version>3.9.1</version>
        </dependency>
    </dependencies>
</project>

POM Entry

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

Download

If you think the following brave-http-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-http-3.9.1.jar file




PreviousNext

Related