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