b

brave-jaxrs2

Jersey 2.x integration that uses the brave api to submit client and server side span information.
https://github.com/kristofa/brave
Apache 2
Files download
File Operation
brave-jaxrs2-3.1.0.jar download
brave-jaxrs2-3.1.0.pom download
brave-jaxrs2-3.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.kristofa</groupId>
  <artifactId>brave-jaxrs2</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.kristofa:brave-jaxrs2:3.1.0'
Gradle Kotlin
implementation("com.github.kristofa:brave-jaxrs2:3.1.0")
Scala SBT
libraryDependencies += "com.github.kristofa" % "brave-jaxrs2" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kristofa', module='brave-jaxrs2', version='3.1.0')
)
Apache Ivy
<dependency org="com.github.kristofa" name="brave-jaxrs2" rev="3.1.0" />
Leiningen
[com.github.kristofa/brave-jaxrs2 "3.1.0"]
Apache Buildr
'com.github.kristofa:brave-jaxrs2:jar:3.1.0'