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