Download brave-4.14.1.jar file - Jar b

Jar examples for b:brave

Description

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

You can download jar file brave 4.14.1 in this page.

License

Apache 2

Build File

You can use the following script to add brave-4.14.1.jar to your project.

<dependency>
   <groupId>io.zipkin.brave</groupId>
   <artifactId>brave</artifactId>
   <version>4.14.1</version>
</dependency>
compile group: 'io.zipkin.brave', name: 'brave', version: '4.14.1'
libraryDependencies += "io.zipkin.brave" % "brave" % "4.14.1"
<dependency org="io.zipkin.brave" name="brave" rev="4.14.1"/>
@Grapes(@Grab(group='io.zipkin.brave', module='brave', version='4.14.1'))
'io.zipkin.brave:brave:jar:4.14.1'

Download

Click the following link to download the jar file.

brave-4.14.1-javadoc.jar
brave-4.14.1-sources.jar
brave-4.14.1.jar
brave-4.14.1.pom



Related Tutorials