b

brave-resteasy3-spring

RestEasy client and server side interceptors that use the brave api to submit client and server side span information.
https://github.com/kristofa/brave
Apache 2
文件下载
文件名 操作
brave-resteasy3-spring-3.6.0.jar 下载
brave-resteasy3-spring-3.6.0.pom 下载
brave-resteasy3-spring-3.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.kristofa</groupId>
  <artifactId>brave-resteasy3-spring</artifactId>
  <version>3.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.kristofa:brave-resteasy3-spring:3.6.0'
Gradle Kotlin
implementation("com.github.kristofa:brave-resteasy3-spring:3.6.0")
Scala SBT
libraryDependencies += "com.github.kristofa" % "brave-resteasy3-spring" % "3.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kristofa', module='brave-resteasy3-spring', version='3.6.0')
)
Apache Ivy
<dependency org="com.github.kristofa" name="brave-resteasy3-spring" rev="3.6.0" />
Leiningen
[com.github.kristofa/brave-resteasy3-spring "3.6.0"]
Apache Buildr
'com.github.kristofa:brave-resteasy3-spring:jar:3.6.0'