GroupId | GroupIdorg.apache.cxf.systests |
---|---|
ArtifactId | ArtifactIdcxf-systests-microprofile-tracing |
Version | Version3.3.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-microprofile-tracing/ -->
<dependency>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-microprofile-tracing</artifactId>
<version>3.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-microprofile-tracing/
implementation 'org.apache.cxf.systests:cxf-systests-microprofile-tracing:3.3.10'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-microprofile-tracing/
implementation ("org.apache.cxf.systests:cxf-systests-microprofile-tracing:3.3.10")
'org.apache.cxf.systests:cxf-systests-microprofile-tracing:jar:3.3.10'
<dependency org="org.apache.cxf.systests" name="cxf-systests-microprofile-tracing" rev="3.3.10">
<artifact name="cxf-systests-microprofile-tracing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-microprofile-tracing', version='3.3.10')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-microprofile-tracing" % "3.3.10"
[org.apache.cxf.systests/cxf-systests-microprofile-tracing "3.3.10"]