is not current version
Last Version 3.7.0

com.github.kristofa:brave-resteasy-spring 2.0.1

RestEasy pre- and postprocess interceptors that set up span state based provided HTTP headers. The preprocessor sets sr annotation (server received). the postprocessor sets ss (server send) annotation at which the span is submitted to SpanCollector.

Categories

Categories

RESTEasy Program Interface REST Frameworks
GroupId

GroupId

com.github.kristofa
ArtifactId

ArtifactId

brave-resteasy-spring
Version

Version

2.0.1
Type

Type

jar

Download brave-resteasy-spring 2.0.1


<!-- https://jarcasting.com/artifacts/com.github.kristofa/brave-resteasy-spring/ -->
<dependency>
    <groupId>com.github.kristofa</groupId>
    <artifactId>brave-resteasy-spring</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/brave-resteasy-spring/
implementation 'com.github.kristofa:brave-resteasy-spring:2.0.1'
// https://jarcasting.com/artifacts/com.github.kristofa/brave-resteasy-spring/
implementation ("com.github.kristofa:brave-resteasy-spring:2.0.1")
'com.github.kristofa:brave-resteasy-spring:jar:2.0.1'
<dependency org="com.github.kristofa" name="brave-resteasy-spring" rev="2.0.1">
  <artifact name="brave-resteasy-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='brave-resteasy-spring', version='2.0.1')
)
libraryDependencies += "com.github.kristofa" % "brave-resteasy-spring" % "2.0.1"
[com.github.kristofa/brave-resteasy-spring "2.0.1"]