is not current version
Last Version 2.4.2

com.github.kristofa:brave-impl 2.2.0

Brave implementation. Has ClientTracer, ServerTracer, SpanCollector implementations,... that are accessible behind api so ClientTracer, ServerTracer share state.

GroupId

GroupId

com.github.kristofa
ArtifactId

ArtifactId

brave-impl
Version

Version

2.2.0
Type

Type

jar

Download brave-impl 2.2.0


<!-- https://jarcasting.com/artifacts/com.github.kristofa/brave-impl/ -->
<dependency>
    <groupId>com.github.kristofa</groupId>
    <artifactId>brave-impl</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/brave-impl/
implementation 'com.github.kristofa:brave-impl:2.2.0'
// https://jarcasting.com/artifacts/com.github.kristofa/brave-impl/
implementation ("com.github.kristofa:brave-impl:2.2.0")
'com.github.kristofa:brave-impl:jar:2.2.0'
<dependency org="com.github.kristofa" name="brave-impl" rev="2.2.0">
  <artifact name="brave-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='brave-impl', version='2.2.0')
)
libraryDependencies += "com.github.kristofa" % "brave-impl" % "2.2.0"
[com.github.kristofa/brave-impl "2.2.0"]