GroupId | GroupIdorg.apache.cxf.systests |
---|---|
ArtifactId | ArtifactIdcxf-systests-jaxrs |
Version | Version2.4.8 |
Type | Typejar |
Filename | Size |
---|---|
cxf-systests-jaxrs-2.4.8.pom | |
cxf-systests-jaxrs-2.4.8.jar | 15 KB |
cxf-systests-jaxrs-2.4.8-tests.jar | 473 KB |
cxf-systests-jaxrs-2.4.8-sources.jar | 12 KB |
cxf-systests-jaxrs-2.4.8-javadoc.jar | 54 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.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-jaxrs/
implementation 'org.apache.cxf.systests:cxf-systests-jaxrs:2.4.8'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-jaxrs/
implementation ("org.apache.cxf.systests:cxf-systests-jaxrs:2.4.8")
'org.apache.cxf.systests:cxf-systests-jaxrs:jar:2.4.8'
<dependency org="org.apache.cxf.systests" name="cxf-systests-jaxrs" rev="2.4.8">
<artifact name="cxf-systests-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-jaxrs', version='2.4.8')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-jaxrs" % "2.4.8"
[org.apache.cxf.systests/cxf-systests-jaxrs "2.4.8"]