Files download
File Operation
brave-context-slf4j-5.10.1.jar download
brave-context-slf4j-5.10.1.pom download
brave-context-slf4j-5.10.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.zipkin.brave</groupId>
  <artifactId>brave-context-slf4j</artifactId>
  <version>5.10.1</version>
</dependency>
Gradle Groovy
implementation 'io.zipkin.brave:brave-context-slf4j:5.10.1'
Gradle Kotlin
implementation("io.zipkin.brave:brave-context-slf4j:5.10.1")
Scala SBT
libraryDependencies += "io.zipkin.brave" % "brave-context-slf4j" % "5.10.1"
Groovy Grape
@Grapes(
  @Grab(group='io.zipkin.brave', module='brave-context-slf4j', version='5.10.1')
)
Apache Ivy
<dependency org="io.zipkin.brave" name="brave-context-slf4j" rev="5.10.1" />
Leiningen
[io.zipkin.brave/brave-context-slf4j "5.10.1"]
Apache Buildr
'io.zipkin.brave:brave-context-slf4j:jar:5.10.1'