MVN

io.zipkin.brave : brave-resteasy3-spring

Maven & Gradle

Sep 25, 2018

archive/brave-resteasy3-spring · RestEasy client and server side interceptors that use the brave api to submit client and server side span information.

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

Latest Version

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

  • Latest Stable: 4.13.6

All Versions

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

Version Vulnerabilities Updated
4.13.x
brave-resteasy3-spring-4.13.6
brave-resteasy3-spring-4.13.5
brave-resteasy3-spring-4.13.4
brave-resteasy3-spring-4.13.3
brave-resteasy3-spring-4.13.2
brave-resteasy3-spring-4.13.1
brave-resteasy3-spring-4.13.0
4.12.x
brave-resteasy3-spring-4.12.0
4.11.x
brave-resteasy3-spring-4.11.0
4.10.x
brave-resteasy3-spring-4.10.1
brave-resteasy3-spring-4.10.0
4.9.x
brave-resteasy3-spring-4.9.2
brave-resteasy3-spring-4.9.1
brave-resteasy3-spring-4.9.0
4.8.x
brave-resteasy3-spring-4.8.1
brave-resteasy3-spring-4.8.0
4.7.x
brave-resteasy3-spring-4.7.2
brave-resteasy3-spring-4.7.1
brave-resteasy3-spring-4.7.0
4.6.x
brave-resteasy3-spring-4.6.0
4.5.x
brave-resteasy3-spring-4.5.2
brave-resteasy3-spring-4.5.1
brave-resteasy3-spring-4.5.0
4.4.x
brave-resteasy3-spring-4.4.0
4.3.x
brave-resteasy3-spring-4.3.4
brave-resteasy3-spring-4.3.3
brave-resteasy3-spring-4.3.2
brave-resteasy3-spring-4.3.1
brave-resteasy3-spring-4.3.0
4.2.x
brave-resteasy3-spring-4.2.0
4.1.x
brave-resteasy3-spring-4.1.1
brave-resteasy3-spring-4.1.0
4.0.x
brave-resteasy3-spring-4.0.6
brave-resteasy3-spring-4.0.5
brave-resteasy3-spring-4.0.4
brave-resteasy3-spring-4.0.3
brave-resteasy3-spring-4.0.2
brave-resteasy3-spring-4.0.1
brave-resteasy3-spring-4.0.0
3.18.x
brave-resteasy3-spring-3.18.0
3.17.x
brave-resteasy3-spring-3.17.1
brave-resteasy3-spring-3.17.0
3.16.x
brave-resteasy3-spring-3.16.0
3.15.x
brave-resteasy3-spring-3.15.4
brave-resteasy3-spring-3.15.3
brave-resteasy3-spring-3.15.1
brave-resteasy3-spring-3.15.0
3.14.x
brave-resteasy3-spring-3.14.1
brave-resteasy3-spring-3.14.0
3.13.x
brave-resteasy3-spring-3.13.0
3.11.x
brave-resteasy3-spring-3.11.1
brave-resteasy3-spring-3.11.0
3.10.x
brave-resteasy3-spring-3.10.0
3.9.x
brave-resteasy3-spring-3.9.1
brave-resteasy3-spring-3.9.0
3.8.x
brave-resteasy3-spring-3.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.zipkin.brave</groupId>
    <artifactId>brave-resteasy3-spring</artifactId>
    <version>4.13.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.zipkin.brave:brave-resteasy3-spring:4.13.6'

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

implementation("io.zipkin.brave:brave-resteasy3-spring:4.13.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.zipkin.brave" % "brave-resteasy3-spring" % "4.13.6"