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