GroupId | GroupIdorg.apache.cxf.systests |
---|---|
ArtifactId | ArtifactIdcxf-systests-jaxws |
Version | Version2.7.7 |
Type | Typejar |
Filename | Size |
---|---|
cxf-systests-jaxws-2.7.7.pom | |
cxf-systests-jaxws-2.7.7.jar | 9 KB |
cxf-systests-jaxws-2.7.7-tests.jar | 464 KB |
cxf-systests-jaxws-2.7.7-sources.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-jaxws/ -->
<dependency>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-jaxws</artifactId>
<version>2.7.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-jaxws/
implementation 'org.apache.cxf.systests:cxf-systests-jaxws:2.7.7'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-jaxws/
implementation ("org.apache.cxf.systests:cxf-systests-jaxws:2.7.7")
'org.apache.cxf.systests:cxf-systests-jaxws:jar:2.7.7'
<dependency org="org.apache.cxf.systests" name="cxf-systests-jaxws" rev="2.7.7">
<artifact name="cxf-systests-jaxws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-jaxws', version='2.7.7')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-jaxws" % "2.7.7"
[org.apache.cxf.systests/cxf-systests-jaxws "2.7.7"]