GroupId | GroupIdorg.apache.cxf.systests |
---|---|
ArtifactId | ArtifactIdcxf-systests-microprofile-tracing |
Version | Version3.4.6 |
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.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-microprofile-tracing/
implementation 'org.apache.cxf.systests:cxf-systests-microprofile-tracing:3.4.6'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-microprofile-tracing/
implementation ("org.apache.cxf.systests:cxf-systests-microprofile-tracing:3.4.6")
'org.apache.cxf.systests:cxf-systests-microprofile-tracing:jar:3.4.6'
<dependency org="org.apache.cxf.systests" name="cxf-systests-microprofile-tracing" rev="3.4.6">
<artifact name="cxf-systests-microprofile-tracing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-microprofile-tracing', version='3.4.6')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-microprofile-tracing" % "3.4.6"
[org.apache.cxf.systests/cxf-systests-microprofile-tracing "3.4.6"]