is not current version
Last Version 2.4.2

com.github.kristofa:brave-impl 2.3

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.3
Type

Type

jar

Download brave-impl 2.3


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