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