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