Download brave-core-3.9.0.jar file

Introduction

You can download brave-core-3.9.0.jar in this page.

License

Apache 2

Type List

brave-core-3.9.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.zipkin.brave/brave-core/pom.properties
META-INF/maven/io.zipkin.brave/brave-core/pom.xml
com.github.kristofa.brave.AbstractSpanCollector.class
com.github.kristofa.brave.AnnotationSubmitter.class
com.github.kristofa.brave.AutoValue_BraveCallable.class
com.github.kristofa.brave.AutoValue_BraveRunnable.class
com.github.kristofa.brave.AutoValue_ClientTracer.class
com.github.kristofa.brave.AutoValue_KeyValueAnnotation.class
com.github.kristofa.brave.AutoValue_LocalTracer.class
com.github.kristofa.brave.AutoValue_ServerSpan.class
com.github.kristofa.brave.AutoValue_ServerTracer.class
com.github.kristofa.brave.AutoValue_SpanAndEndpoint_ClientSpanAndEndpoint.class
com.github.kristofa.brave.AutoValue_SpanAndEndpoint_LocalSpanAndEndpoint.class
com.github.kristofa.brave.AutoValue_SpanAndEndpoint_ServerSpanAndEndpoint.class
com.github.kristofa.brave.AutoValue_SpanAndEndpoint_StaticSpanAndEndpoint.class
com.github.kristofa.brave.AutoValue_TraceData.class
com.github.kristofa.brave.BoundarySampler.class
com.github.kristofa.brave.Brave.class
com.github.kristofa.brave.BraveAnnotations.class
com.github.kristofa.brave.BraveCallable.class
com.github.kristofa.brave.BraveExecutorService.class
com.github.kristofa.brave.BraveRunnable.class
com.github.kristofa.brave.ClientRequestAdapter.class
com.github.kristofa.brave.ClientRequestInterceptor.class
com.github.kristofa.brave.ClientResponseAdapter.class
com.github.kristofa.brave.ClientResponseInterceptor.class
com.github.kristofa.brave.ClientSpanState.class
com.github.kristofa.brave.ClientSpanThreadBinder.class
com.github.kristofa.brave.ClientTracer.class
com.github.kristofa.brave.CommonSpanState.class
com.github.kristofa.brave.CountingSampler.class
com.github.kristofa.brave.EmptySpanCollector.class
com.github.kristofa.brave.EmptySpanCollectorMetricsHandler.class
com.github.kristofa.brave.FixedSampleRateTraceFilter.class
com.github.kristofa.brave.FlushingSpanCollector.class
com.github.kristofa.brave.IdConversion.class
com.github.kristofa.brave.InetAddressUtilities.class
com.github.kristofa.brave.KeyValueAnnotation.class
com.github.kristofa.brave.LocalSpanState.class
com.github.kristofa.brave.LocalTracer.class
com.github.kristofa.brave.LoggingSpanCollector.class
com.github.kristofa.brave.NoAnnotationsClientResponseAdapter.class
com.github.kristofa.brave.Sampler.class
com.github.kristofa.brave.ServerClientAndLocalSpanState.class
com.github.kristofa.brave.ServerRequestAdapter.class
com.github.kristofa.brave.ServerRequestInterceptor.class
com.github.kristofa.brave.ServerResponseAdapter.class
com.github.kristofa.brave.ServerResponseInterceptor.class
com.github.kristofa.brave.ServerSpan.class
com.github.kristofa.brave.ServerSpanState.class
com.github.kristofa.brave.ServerSpanThreadBinder.class
com.github.kristofa.brave.ServerTracer.class
com.github.kristofa.brave.SpanAndEndpoint.class
com.github.kristofa.brave.SpanCollector.class
com.github.kristofa.brave.SpanCollectorMetricsHandler.class
com.github.kristofa.brave.SpanId.class
com.github.kristofa.brave.ThreadLocalServerClientAndLocalSpanState.class
com.github.kristofa.brave.TraceData.class
com.github.kristofa.brave.TraceFilter.class
com.github.kristofa.brave.TraceKeys.class
com.github.kristofa.brave.internal.DefaultSpanCodec.class
com.github.kristofa.brave.internal.Nullable.class
com.github.kristofa.brave.internal.Util.class
com.twitter.zipkin.gen.Annotation.class
com.twitter.zipkin.gen.AnnotationType.class
com.twitter.zipkin.gen.BinaryAnnotation.class
com.twitter.zipkin.gen.Endpoint.class
com.twitter.zipkin.gen.Span.class
com.twitter.zipkin.gen.SpanCodec.class
com.twitter.zipkin.gen.zipkinCoreConstants.class
zipkinCore.thrift

Pom

brave-core-3.9.0.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.0</version>
  </parent>

  <artifactId>brave-core</artifactId>
  <packaging>jar</packaging>

  <name>brave-core</name>
  <description>Brave core.</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.java</groupId>
        <artifactId>zipkin</artifactId>
    </dependency>
    <!-- for value types... don't worry. this dependency is compile only! -->
    <dependency>
        <groupId>com.google.auto.value</groupId>
        <artifactId>auto-value</artifactId>
        <scope>provided</scope>
    </dependency>
    <!-- to mock AnnotationSubmitter's calls to System.currentTimeMillis() -->
    <dependency>
        <groupId>org.powermock</groupId>
        <artifactId>powermock-module-junit4</artifactId>
        <version>1.6.2</version>
        <scope>test</scope>
    </dependency>
    <dependency>
        <groupId>org.powermock</groupId>
        <artifactId>powermock-api-mockito</artifactId>
        <version>1.6.2</version>
        <scope>test</scope>
    </dependency>
    <dependency>
        <groupId>io.dropwizard.metrics</groupId>
        <artifactId>metrics-core</artifactId>
        <version>3.1.2</version>
        <scope>test</scope>
    </dependency>

    <!-- for testing SpanId -->
    <dependency>
      <groupId>com.twitter</groupId>
      <artifactId>finagle-core_2.11</artifactId>
      <version>6.35.0</version>
      <scope>test</scope>
    </dependency>
  </dependencies>

    <build>
        <plugins>
            <!-- To facilitate reuse of brave in agents ensure compatibility with Java 6 -->
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>animal-sniffer-maven-plugin</artifactId>
                <executions>
                    <execution>
                        <id>check-java-api</id>
                        <phase>test</phase>
                        <goals>
                            <goal>check</goal>
                        </goals>
                        <configuration>
                            <signature>
                                <groupId>org.codehaus.mojo.signature</groupId>
                                <artifactId>java16</artifactId>
                                <version>1.1</version>
                            </signature>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.6</source>
                    <target>1.6</target>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>

POM Entry

<dependency>
   <groupId>io.zipkin.brave</groupId>
   <artifactId>brave-core</artifactId>
   <version>3.9.0</version>
</dependency>

Download

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




PreviousNext

Related