is not current version
Last Version 3.7.0

com.github.kristofa:brave 2.2.0

Java implementation of Dapper (http://research.google.com/pubs/pub36356.html) compatible with Zipkin (https://github.com/twitter/zipkin/).

GroupId

GroupId

com.github.kristofa
ArtifactId

ArtifactId

brave
Version

Version

2.2.0
Type

Type

pom

Download brave 2.2.0

Filename Size
brave-2.2.0.pom 8 KB
Browse

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