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