MVN

io.zipkin.brave : brave-spring-beans

Maven & Gradle

May 11, 2023
27 usages
2.2k stars

Brave Spring Factory Beans · Allows you to configure Brave using XML

<dependency>
    <groupId>io.zipkin.brave</groupId>
    <artifactId>brave-spring-beans</artifactId>
    <version>5.16.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.zipkin.brave : brave-spring-beans to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.16.0

All Versions

Choose a version of io.zipkin.brave : brave-spring-beans to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.16.x
brave-spring-beans-5.16.0
5.15.x
brave-spring-beans-5.15.1
brave-spring-beans-5.15.0
5.14.x
brave-spring-beans-5.14.1
brave-spring-beans-5.14.0
5.13.x
brave-spring-beans-5.13.11
brave-spring-beans-5.13.10
brave-spring-beans-5.13.9
brave-spring-beans-5.13.8
brave-spring-beans-5.13.7
brave-spring-beans-5.13.6
brave-spring-beans-5.13.5
brave-spring-beans-5.13.4
brave-spring-beans-5.13.3
brave-spring-beans-5.13.2
brave-spring-beans-5.13.1
brave-spring-beans-5.13.0
5.12.x
brave-spring-beans-5.12.7
brave-spring-beans-5.12.6
brave-spring-beans-5.12.5
brave-spring-beans-5.12.4
brave-spring-beans-5.12.3
brave-spring-beans-5.12.2
brave-spring-beans-5.12.1
brave-spring-beans-5.12.0
5.11.x
brave-spring-beans-5.11.2
brave-spring-beans-5.11.1
brave-spring-beans-5.11.0
5.10.x
brave-spring-beans-5.10.2
brave-spring-beans-5.10.1
brave-spring-beans-5.10.0
5.9.x
brave-spring-beans-5.9.5
brave-spring-beans-5.9.4
brave-spring-beans-5.9.3
brave-spring-beans-5.9.2
brave-spring-beans-5.9.1
brave-spring-beans-5.9.0
5.8.x
brave-spring-beans-5.8.0
5.7.x
brave-spring-beans-5.7.0
5.6.x
brave-spring-beans-5.6.11
brave-spring-beans-5.6.10
brave-spring-beans-5.6.9
brave-spring-beans-5.6.8
brave-spring-beans-5.6.7
brave-spring-beans-5.6.6
brave-spring-beans-5.6.5
brave-spring-beans-5.6.4
brave-spring-beans-5.6.3
brave-spring-beans-5.6.2
brave-spring-beans-5.6.1
brave-spring-beans-5.6.0
5.5.x
brave-spring-beans-5.5.2
brave-spring-beans-5.5.1
brave-spring-beans-5.5.0
5.4.x
brave-spring-beans-5.4.4
brave-spring-beans-5.4.3
brave-spring-beans-5.4.2
brave-spring-beans-5.4.1
brave-spring-beans-5.4.0
5.3.x
brave-spring-beans-5.3.3
brave-spring-beans-5.3.2
brave-spring-beans-5.3.1
brave-spring-beans-5.3.0
5.2.x
brave-spring-beans-5.2.0
5.1.x
brave-spring-beans-5.1.5
brave-spring-beans-5.1.4
brave-spring-beans-5.1.3
brave-spring-beans-5.1.2
brave-spring-beans-5.1.1
brave-spring-beans-5.1.0
5.0.x
brave-spring-beans-5.0.0
4.19.x
brave-spring-beans-4.19.3
brave-spring-beans-4.19.2
brave-spring-beans-4.19.1
brave-spring-beans-4.19.0
4.18.x
brave-spring-beans-4.18.2
brave-spring-beans-4.18.1
brave-spring-beans-4.18.0
4.17.x
brave-spring-beans-4.17.2
brave-spring-beans-4.17.1
brave-spring-beans-4.17.0
4.16.x
brave-spring-beans-4.16.2
brave-spring-beans-4.16.1
brave-spring-beans-4.16.0
4.15.x
brave-spring-beans-4.15.1
brave-spring-beans-4.15.0
4.14.x
brave-spring-beans-4.14.3
brave-spring-beans-4.14.2
brave-spring-beans-4.14.1
brave-spring-beans-4.14.0
4.13.x
brave-spring-beans-4.13.6
brave-spring-beans-4.13.5
brave-spring-beans-4.13.4
brave-spring-beans-4.13.3
brave-spring-beans-4.13.2
brave-spring-beans-4.13.1
brave-spring-beans-4.13.0
4.12.x
brave-spring-beans-4.12.0
4.11.x
brave-spring-beans-4.11.0
4.10.x
brave-spring-beans-4.10.1
brave-spring-beans-4.10.0
4.9.x
brave-spring-beans-4.9.2
brave-spring-beans-4.9.1
brave-spring-beans-4.9.0
4.8.x
brave-spring-beans-4.8.1
brave-spring-beans-4.8.0
4.7.x
brave-spring-beans-4.7.2
brave-spring-beans-4.7.1
brave-spring-beans-4.7.0
4.6.x
brave-spring-beans-4.6.0
4.5.x
brave-spring-beans-4.5.2
brave-spring-beans-4.5.1
brave-spring-beans-4.5.0
4.4.x
brave-spring-beans-4.4.0
4.3.x
brave-spring-beans-4.3.4
brave-spring-beans-4.3.3
brave-spring-beans-4.3.2
brave-spring-beans-4.3.1
brave-spring-beans-4.3.0

How to add a dependency to Maven

Add the following io.zipkin.brave : brave-spring-beans maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.zipkin.brave</groupId>
    <artifactId>brave-spring-beans</artifactId>
    <version>5.16.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.zipkin.brave : brave-spring-beans gradle dependency to your build.gradle file:

implementation 'io.zipkin.brave:brave-spring-beans:5.16.0'

Gradle Kotlin DSL: Add the following io.zipkin.brave : brave-spring-beans gradle kotlin dependency to your build.gradle.kts file:

implementation("io.zipkin.brave:brave-spring-beans:5.16.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.zipkin.brave : brave-spring-beans sbt scala dependency to your build.sbt file:

libraryDependencies += "io.zipkin.brave" % "brave-spring-beans" % "5.16.0"

Advertisement

Dependencies from Group

May 11, 2023
204 usages
2.2k stars
May 11, 2023
73 usages
2.2k stars
May 11, 2023
64 usages
2.2k stars
May 11, 2023
63 usages
2.2k stars
Sep 25, 2018
48 usages
2.1k stars

Discover Dependencies

May 11, 2023
31 usages
2.2k stars
May 11, 2023
28 usages
2.2k stars
Jan 30, 2023
6 usages
145 stars
Jul 22, 2017
5 usages
2.1k stars
Jul 13, 2018
5 usages
97 stars
Jul 13, 2018
5 usages
97 stars
Jul 13, 2018
5 usages
97 stars
Jul 13, 2018
5 usages
97 stars
May 30, 2017
5 usages
1 stars