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.0.0-rc-1.jar 下载
brave-resteasy3-spring-3.0.0-rc-1.pom 下载
brave-resteasy3-spring-3.0.0-rc-1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.kristofa</groupId>
  <artifactId>brave-resteasy3-spring</artifactId>
  <version>3.0.0-rc-1</version>
</dependency>
Gradle Groovy
implementation 'com.github.kristofa:brave-resteasy3-spring:3.0.0-rc-1'
Gradle Kotlin
implementation("com.github.kristofa:brave-resteasy3-spring:3.0.0-rc-1")
Scala SBT
libraryDependencies += "com.github.kristofa" % "brave-resteasy3-spring" % "3.0.0-rc-1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kristofa', module='brave-resteasy3-spring', version='3.0.0-rc-1')
)
Apache Ivy
<dependency org="com.github.kristofa" name="brave-resteasy3-spring" rev="3.0.0-rc-1" />
Leiningen
[com.github.kristofa/brave-resteasy3-spring "3.0.0-rc-1"]
Apache Buildr
'com.github.kristofa:brave-resteasy3-spring:jar:3.0.0-rc-1'