Download brave-impl-2.4.jar file - Jar b

Jar examples for b:brave-impl

Description

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

You can download jar file brave-impl 2.4 in this page.

License

Apache 2

Build File

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

<dependency>
   <groupId>com.github.kristofa</groupId>
   <artifactId>brave-impl</artifactId>
   <version>2.4</version>
</dependency>
compile group: 'com.github.kristofa', name: 'brave-impl', version: '2.4'
libraryDependencies += "com.github.kristofa" % "brave-impl" % "2.4"
<dependency org="com.github.kristofa" name="brave-impl" rev="2.4"/>
@Grapes(@Grab(group='com.github.kristofa', module='brave-impl', version='2.4'))
'com.github.kristofa:brave-impl:jar:2.4'

Download

Click the following link to download the jar file.

brave-impl-2.4-javadoc.jar
brave-impl-2.4-sources.jar
brave-impl-2.4.jar
brave-impl-2.4.pom



Related Tutorials