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