| 组织ID: |
io.zipkin.brave |
| 项目ID: |
brave-core |
| 版本: |
3.17.0 |
| 最后修改时间: |
2018-08-22 10:56:42 |
| 包类型: |
jar |
| 标题: |
brave-core |
| 描述: |
Brave core. |
| 相关URL: |
https://github.com/kristofa/brave |
| 大小: |
123.54KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-core</artifactId>
<version>3.17.0</version>
</dependency>
|
| Gradle引入代码: |
io.zipkin.brave:brave-core:3.17.0
|
| 下载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>3.17.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>
<main.java.version>1.6</main.java.version>
<main.signature.artifact>java16</main.signature.artifact>
</properties>
<dependencies>
<dependency>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin</artifactId>
</dependency>
<dependency>
<groupId>io.zipkin.reporter</groupId>
<artifactId>zipkin-reporter</artifactId>
<version>0.6.11</version>
</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>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>${powermock.version}</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.12</artifactId>
<version>6.41.0</version>
<scope>test</scope>
</dependency>
<!-- To avoid java.lang.NoClassDefFoundError: StacktracePrintingMatcher -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
zipkinCore.thrift
com.github.kristofa.brave.AutoValue_KeyValueAnnotation.class
com.github.kristofa.brave.ServerSpanThreadBinder.class
com.github.kristofa.brave.ServerSpanState.class
com.github.kristofa.brave.BraveRunnable.class
com.github.kristofa.brave.BraveExecutorService.class
com.github.kristofa.brave.AutoValue_SpanAndEndpoint_ServerSpanAndEndpoint.class
com.github.kristofa.brave.BraveCallable.class
com.github.kristofa.brave.ThreadLocalServerClientAndLocalSpanState$1.class
com.github.kristofa.brave.AutoValue_ServerSpan.class
com.github.kristofa.brave.ServerResponseInterceptor.class
com.github.kristofa.brave.ServerTracer$Builder.class
com.github.kristofa.brave.ClientSpanState.class
com.github.kristofa.brave.CurrentSpan.class
com.github.kristofa.brave.FixedSampleRateTraceFilter.class
com.github.kristofa.brave.SpanFactory$Default$Builder.class
com.github.kristofa.brave.AbstractSpanCollector.class
com.github.kristofa.brave.AutoValue_LocalTracer$1.class
com.github.kristofa.brave.Sampler.class
com.github.kristofa.brave.AutoValue_SpanAndEndpoint_ClientSpanAndEndpoint.class
com.github.kristofa.brave.LocalSpanState.class
com.github.kristofa.brave.EmptySpanCollectorMetricsHandler.class
com.github.kristofa.brave.LocalTracer.class
com.github.kristofa.brave.AnnotationSubmitter$1.class
com.github.kristofa.brave.SpanCollectorReporterAdapter.class
com.github.kristofa.brave.ClientRequestInterceptor.class
com.github.kristofa.brave.SpanFactory$Default.class
com.github.kristofa.brave.AutoValue_SpanFactory_Default.class
com.github.kristofa.brave.TraceFilter.class
com.github.kristofa.brave.AutoValue_LocalTracer.class
com.github.kristofa.brave.SpanCollector.class
com.github.kristofa.brave.AutoValue_SpanFactory_Default$Builder.class
com.github.kristofa.brave.Recorder$Default.class
com.github.kristofa.brave.LoggingSpanCollector.class
com.github.kristofa.brave.ThreadLocalServerClientAndLocalSpanState.class
com.github.kristofa.brave.LoggingReporter.class
com.github.kristofa.brave.TraceData$BuilderImpl.class
com.github.kristofa.brave.EmptySpanCollector.class
com.github.kristofa.brave.Brave$1.class
com.github.kristofa.brave.ServerRequestInterceptor.class
com.github.kristofa.brave.CommonSpanState.class
com.github.kristofa.brave.InheritableServerClientAndLocalSpanState$1.class
com.github.kristofa.brave.AnnotationSubmitter$DefaultClock.class
com.github.kristofa.brave.ClientSpanThreadBinder.class
com.github.kristofa.brave.AnnotationSubmitter.class
com.github.kristofa.brave.AnnotationSubmitter$2.class
com.github.kristofa.brave.ServerSpan.class
com.github.kristofa.brave.SpanAndEndpoint$ClientSpanAndEndpoint.class
com.github.kristofa.brave.Sampler$2.class
com.github.kristofa.brave.AutoValue_BraveCallable.class
com.github.kristofa.brave.CountingSampler.class
com.github.kristofa.brave.ClientResponseAdapter.class
com.github.kristofa.brave.AutoValue_SpanAndEndpoint_LocalSpanAndEndpoint.class
com.github.kristofa.brave.ServerClientAndLocalSpanState.class
com.github.kristofa.brave.FlushingSpanCollector$Flusher$$Lambda$1.class
com.github.kristofa.brave.ClientTracer$Builder.class
com.github.kristofa.brave.AutoValue_ServerTracer.class
com.github.kristofa.brave.ServerTracer.class
com.github.kristofa.brave.SpanCollectorMetricsHandler.class
com.github.kristofa.brave.FlushingSpanCollector.class
com.github.kristofa.brave.internal.InternalSpan.class
com.twitter.zipkin.gen.SpanCodec.class
com.twitter.zipkin.gen.Annotation.class
com.twitter.zipkin.gen.BinaryAnnotation.class
com.twitter.zipkin.gen.AnnotationType.class
com.twitter.zipkin.gen.zipkinCoreConstants.class
com.twitter.zipkin.gen.Endpoint.class
com.twitter.zipkin.gen.Endpoint$Builder.class
com.twitter.zipkin.gen.Span.class
com.twitter.zipkin.gen.Span$1.class
META-INF/maven/io.zipkin.brave/brave-core/pom.xml
com.github.kristofa.brave.InetAddressUtilities.class
com.github.kristofa.brave.ClientRequestAdapter.class
com.github.kristofa.brave.SpanAndEndpoint.class
com.github.kristofa.brave.SpanId.class
com.github.kristofa.brave.TraceData.class
com.github.kristofa.brave.NoAnnotationsClientResponseAdapter.class
com.github.kristofa.brave.ServerRequestAdapter.class
com.github.kristofa.brave.Brave.class
com.github.kristofa.brave.SpanFactory.class
com.github.kristofa.brave.Recorder.class
com.github.kristofa.brave.BoundarySampler.class
com.github.kristofa.brave.AutoValue_LocalTracer$Builder.class
com.github.kristofa.brave.AnnotationSubmitter$Clock.class
com.github.kristofa.brave.ClientResponseInterceptor.class
com.github.kristofa.brave.InheritableServerClientAndLocalSpanState$2.class
com.github.kristofa.brave.BraveAnnotations.class
com.github.kristofa.brave.AutoValue_TraceData.class
com.github.kristofa.brave.LocalTracer$Builder.class
com.github.kristofa.brave.ClientTracer.class
com.github.kristofa.brave.ServerResponseAdapter.class
com.github.kristofa.brave.KeyValueAnnotation.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
zipkin-reporter-0.6.11.jar
/io.zipkin.reporter/zipkin-reporter/0.6.11
查看zipkin-reporter所有版本文件
powermock-module-junit4-${powermock.version}.jar
/org.powermock/powermock-module-junit4/${powermock.version}
查看powermock-module-junit4所有版本文件
powermock-api-mockito-${powermock.version}.jar
/org.powermock/powermock-api-mockito/${powermock.version}
查看powermock-api-mockito所有版本文件
metrics-core-3.1.2.jar
/io.dropwizard.metrics/metrics-core/3.1.2
查看metrics-core所有版本文件
finagle-core_2.12-6.41.0.jar
/com.twitter/finagle-core_2.12/6.41.0
查看finagle-core_2.12所有版本文件
hamcrest-core-1.3.jar
/org.hamcrest/hamcrest-core/1.3
查看hamcrest-core所有版本文件
|