b

brave-spring-beans

Allows you to configure Brave using XML
Files download
File Operation
brave-spring-beans-5.14.1.jar download
brave-spring-beans-5.14.1.pom download
brave-spring-beans-5.14.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.zipkin.brave</groupId>
  <artifactId>brave-spring-beans</artifactId>
  <version>5.14.1</version>
</dependency>
Gradle Groovy
implementation 'io.zipkin.brave:brave-spring-beans:5.14.1'
Gradle Kotlin
implementation("io.zipkin.brave:brave-spring-beans:5.14.1")
Scala SBT
libraryDependencies += "io.zipkin.brave" % "brave-spring-beans" % "5.14.1"
Groovy Grape
@Grapes(
  @Grab(group='io.zipkin.brave', module='brave-spring-beans', version='5.14.1')
)
Apache Ivy
<dependency org="io.zipkin.brave" name="brave-spring-beans" rev="5.14.1" />
Leiningen
[io.zipkin.brave/brave-spring-beans "5.14.1"]
Apache Buildr
'io.zipkin.brave:brave-spring-beans:jar:5.14.1'