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