b

brave-spring-beans

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