c

cxf-systests-microprofile-tracing

Apache CXF System Tests - verifying MicroProfile Rest Client integration with Tracing
https://cxf.apache.org
Files download
File Operation
cxf-systests-microprofile-tracing-3.4.6.jar download
cxf-systests-microprofile-tracing-3.4.6.pom download
cxf-systests-microprofile-tracing-3.4.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.cxf.systests</groupId>
  <artifactId>cxf-systests-microprofile-tracing</artifactId>
  <version>3.4.6</version>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf.systests:cxf-systests-microprofile-tracing:3.4.6'
Gradle Kotlin
implementation("org.apache.cxf.systests:cxf-systests-microprofile-tracing:3.4.6")
Scala SBT
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-microprofile-tracing" % "3.4.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf.systests', module='cxf-systests-microprofile-tracing', version='3.4.6')
)
Apache Ivy
<dependency org="org.apache.cxf.systests" name="cxf-systests-microprofile-tracing" rev="3.4.6" />
Leiningen
[org.apache.cxf.systests/cxf-systests-microprofile-tracing "3.4.6"]
Apache Buildr
'org.apache.cxf.systests:cxf-systests-microprofile-tracing:jar:3.4.6'