Download brave-web-servlet-filter-3.9.1.jar file

Introduction

You can download brave-web-servlet-filter-3.9.1.jar in this page.

License

Open Source

Type List

brave-web-servlet-filter-3.9.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.zipkin.brave/brave-web-servlet-filter/pom.properties
META-INF/maven/io.zipkin.brave/brave-web-servlet-filter/pom.xml
com.github.kristofa.brave.servlet.BraveServletFilter.class
com.github.kristofa.brave.servlet.ServletHttpServerRequest.class

Pom

brave-web-servlet-filter-3.9.1.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.1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>brave-web-servlet-filter</artifactId>

    <packaging>jar</packaging>
    <description>
        Servlet Filter implementation.
    </description>

    <properties>
        <jetty.version>7.5.4.v20111024</jetty.version>
    </properties>

    <dependencies>
        <dependency>
            <groupId>io.zipkin.brave</groupId>
            <artifactId>brave-http</artifactId>
            <version>3.9.1</version>
        </dependency>
        <dependency>
            <groupId>io.zipkin.brave</groupId>
            <artifactId>brave-core-spring</artifactId>
            <version>3.9.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <version>2.5</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-webapp</artifactId>
            <version>${jetty.version}</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.zipkin.brave</groupId>
   <artifactId>brave-web-servlet-filter</artifactId>
   <version>3.9.1</version>
</dependency>

Download

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




PreviousNext

Related