is not current version
Last Version 2.4.2

com.github.kristofa:brave-impl 2.4.1

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

Type

jar

Download brave-impl 2.4.1


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