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