| 组织ID: |
io.zipkin.brave |
| 项目ID: |
brave |
| 版本: |
5.1.3 |
| 最后修改时间: |
2018-07-27 16:15:49 |
| 包类型: |
jar |
| 标题: |
Brave |
| 描述: |
Brave: Core Libary |
| 大小: |
109.14KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
<version>5.1.3</version>
</dependency>
|
| Gradle引入代码: |
io.zipkin.brave:brave:5.1.3
|
| 下载Jar包: |
|
| POM文件内容: |
<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-parent</artifactId>
<version>5.1.3</version>
</parent>
<artifactId>brave</artifactId>
<packaging>jar</packaging>
<name>Brave</name>
<description>Brave: Core Libary</description>
<properties>
<main.basedir>${project.basedir}/..</main.basedir>
<main.java.version>1.6</main.java.version>
<main.signature.artifact>java16</main.signature.artifact>
</properties>
<dependencies>
<dependency>
<groupId>io.zipkin.zipkin2</groupId>
<artifactId>zipkin</artifactId>
</dependency>
<dependency>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter</artifactId>
<version>${zipkin-reporter.version}</version>
</dependency>
<dependency>
<groupId>org.jvnet</groupId>
<artifactId>animal-sniffer-annotation</artifactId>
<version>1.0</version>
<!-- annotations are not runtime retention, so don't need a runtime dep -->
<scope>provided</scope>
</dependency>
<!-- to mock Platform calls -->
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito2</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.opentracing</groupId>
<artifactId>opentracing-api</artifactId>
<version>0.31.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
<version>${grpc.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-core_2.12</artifactId>
<version>${finagle.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.8.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>default-jar</id>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
<Automatic-Module-Name>brave</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
brave.NoopSpanCustomizer.class
brave.NoopScopedSpan.class
brave.Tracing$Default.class
brave.SpanCustomizer.class
brave.Tracing$Builder.class
brave.Tracer.class
brave.Span.class
brave.Tracing.class
brave.ErrorParser.class
brave.Span$Kind.class
brave.ScopedSpan.class
brave.NoopSpan.class
brave.Clock.class
brave.RealScopedSpan.class
brave.RealSpanCustomizer.class
brave.sampler.Sampler$1.class
brave.sampler.ParameterizedSampler$Rule.class
brave.sampler.DeclarativeSampler$3.class
brave.sampler.DeclarativeSampler.class
brave.sampler.Sampler.class
brave.sampler.CountingSampler.class
brave.sampler.ParameterizedSampler.class
brave.sampler.DeclarativeSampler$RateForMethod.class
brave.sampler.BoundarySampler.class
brave.sampler.Sampler$2.class
brave.sampler.DeclarativeSampler$1.class
brave.sampler.DeclarativeSampler$2.class
brave.propagation.Propagation$KeyFactory.class
brave.propagation.ThreadLocalSpan$2.class
brave.propagation.CurrentTraceContext.class
brave.propagation.ThreadLocalSpan$1.class
brave.propagation.B3Propagation$1.class
brave.propagation.TraceContext$InternalBuilder.class
brave.propagation.ExtraFieldPropagation$ExtraFieldInjector.class
brave.propagation.ExtraFieldPropagation$FactoryBuilder.class
brave.propagation.B3Propagation$B3Injector.class
brave.propagation.ExtraFieldPropagation.class
brave.propagation.TraceIdContext$InternalBuilder.class
brave.propagation.B3Propagation.class
brave.propagation.ExtraFieldPropagation$Factory.class
brave.propagation.ThreadLocalSpan.class
brave.propagation.TraceIdContext$Builder.class
brave.propagation.TraceContext$Extractor.class
brave.propagation.StrictCurrentTraceContext.class
brave.propagation.CurrentTraceContext$Default$1DefaultCurrentTraceContextScope.class
brave.propagation.ExtraFieldPropagation$Extra.class
brave.propagation.SamplingFlags.class
brave.propagation.SamplingFlags$Builder.class
brave.propagation.ExtraFieldPropagation$ExtraFieldExtractor.class
brave.propagation.CurrentTraceContext$Default.class
brave.propagation.TraceIdContext.class
brave.RealSpan.class
brave.internal.HexCodec.class
brave.internal.PropagationFields.class
brave.internal.Platform$Jre6.class
brave.internal.PredefinedPropagationFields.class
brave.internal.WrappingExecutorService.class
brave.internal.Platform$Jre7.class
brave.internal.Platform$LoggingReporter.class
brave.internal.PropagationFieldsFactory.class
brave.internal.Platform$1.class
brave.internal.MapPropagationFields.class
brave.internal.Platform$Jre9.class
brave.internal.Platform.class
brave.internal.Platform$Jre9$1.class
brave.internal.recorder.MutableSpanMap$TickClock.class
brave.internal.recorder.MutableSpanMap$LookupKey.class
brave.internal.recorder.MutableSpanMap$RealKey.class
brave.internal.recorder.MutableSpan.class
brave.internal.recorder.Recorder.class
brave.internal.recorder.MutableSpanMap.class
brave.internal.Nullable.class
brave.Tracing$SafeReporter.class
brave.Tracer$SpanInScope.class
brave.ErrorParser$1.class
brave.propagation.Propagation$KeyFactory$1.class
brave.propagation.TraceContext$Builder.class
brave.propagation.ThreadLocalSpan$SpanAndScope.class
brave.propagation.CurrentTraceContext$Scope.class
brave.propagation.CurrentTraceContext$1CurrentTraceContextRunnable.class
brave.propagation.CurrentTraceContext$Scope$1.class
brave.propagation.CurrentTraceContext$1CurrentTraceContextExecutor.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
zipkin-reporter-${zipkin-reporter.version}.jar
/io.zipkin.reporter2/zipkin-reporter/${zipkin-reporter.version}
查看zipkin-reporter所有版本文件
animal-sniffer-annotation-1.0.jar
/org.jvnet/animal-sniffer-annotation/1.0
查看animal-sniffer-annotation所有版本文件
powermock-module-junit4-${powermock.version}.jar
/org.powermock/powermock-module-junit4/${powermock.version}
查看powermock-module-junit4所有版本文件
powermock-api-mockito2-${powermock.version}.jar
/org.powermock/powermock-api-mockito2/${powermock.version}
查看powermock-api-mockito2所有版本文件
opentracing-api-0.31.0.jar
/io.opentracing/opentracing-api/0.31.0
查看opentracing-api所有版本文件
grpc-core-${grpc.version}.jar
/io.grpc/grpc-core/${grpc.version}
查看grpc-core所有版本文件
finagle-core_2.12-${finagle.version}.jar
/com.twitter/finagle-core_2.12/${finagle.version}
查看finagle-core_2.12所有版本文件
aspectjweaver-1.8.10.jar
/org.aspectj/aspectjweaver/1.8.10
查看aspectjweaver所有版本文件
|