MVN

com.github.kristofa : brave-impl

Maven & Gradle

Feb 24, 2015
11 usages
2.1k stars

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

<dependency>
    <groupId>com.github.kristofa</groupId>
    <artifactId>brave-impl</artifactId>
    <version>2.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kristofa : brave-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.2

All Versions

Choose a version of com.github.kristofa : brave-impl to add to Maven or Gradle - All Versions:

  • Version Updated
  • brave-impl-2.4.2

    Feb 24, 2015
  • brave-impl-2.4.1

    Dec 31, 2014
  • brave-impl-2.4

    Dec 16, 2014
  • brave-impl-2.3

    Sep 24, 2014
  • brave-impl-2.2.1

    Jul 22, 2014
  • brave-impl-2.2.0

    Jun 10, 2014
  • brave-impl-2.1.1

    Dec 07, 2013
  • brave-impl-2.1.0

    Nov 03, 2013
  • brave-impl-2.0.2

    Oct 10, 2013
  • brave-impl-2.0.1

    Sep 24, 2013
  • brave-impl-2.0

    Sep 03, 2013
  • brave-impl-1.0

    Apr 28, 2013

How to add a dependency to Maven

Add the following com.github.kristofa : brave-impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.kristofa</groupId>
    <artifactId>brave-impl</artifactId>
    <version>2.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.kristofa : brave-impl gradle dependency to your build.gradle file:

implementation 'com.github.kristofa:brave-impl:2.4.2'

Gradle Kotlin DSL: Add the following com.github.kristofa : brave-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.kristofa:brave-impl:2.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.kristofa : brave-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.kristofa" % "brave-impl" % "2.4.2"

Advertisement