License |
License |
---|---|
GroupId | GroupIdcom.github.kristofa |
ArtifactId | ArtifactIdbrave-impl |
Last Version | Last Version2.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbrave-impl
Brave implementation. Has ClientTracer, ServerTracer, SpanCollector implementations,... that are
accessible behind api so ClientTracer, ServerTracer share state.
|
Project URL |
Project URL |
Filename | Size |
---|---|
brave-impl-2.4.2.pom | |
brave-impl-2.4.2.jar | 16 KB |
brave-impl-2.4.2-sources.jar | 10 KB |
brave-impl-2.4.2-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kristofa/brave-impl/ -->
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-impl</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/brave-impl/
implementation 'com.github.kristofa:brave-impl:2.4.2'
// https://jarcasting.com/artifacts/com.github.kristofa/brave-impl/
implementation ("com.github.kristofa:brave-impl:2.4.2")
'com.github.kristofa:brave-impl:jar:2.4.2'
<dependency org="com.github.kristofa" name="brave-impl" rev="2.4.2">
<artifact name="brave-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='brave-impl', version='2.4.2')
)
libraryDependencies += "com.github.kristofa" % "brave-impl" % "2.4.2"
[com.github.kristofa/brave-impl "2.4.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.kristofa : brave-interfaces | jar | 2.4.2 |
org.apache.commons : commons-lang3 | jar | 3.1 |
com.google.guava : guava | jar | 14.0.1 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.16 |
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.8.5 |