License |
License |
---|---|
GroupId | GroupIdorg.apache.cxf.systests |
ArtifactId | ArtifactIdcxf-systests-jaxrs |
Version | Version3.4.5 |
Type | Typejar |
Description |
DescriptionApache CXF JAX-RS System Tests
Apache CXF JAX-RS System Tests
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cxf-systests-jaxrs-3.4.5.pom | |
cxf-systests-jaxrs-3.4.5.jar | 17 KB |
cxf-systests-jaxrs-3.4.5-tests.jar | 1 MB |
cxf-systests-jaxrs-3.4.5-sources.jar | 17 KB |
cxf-systests-jaxrs-3.4.5-javadoc.jar | 59 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.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-jaxrs/
implementation 'org.apache.cxf.systests:cxf-systests-jaxrs:3.4.5'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-jaxrs/
implementation ("org.apache.cxf.systests:cxf-systests-jaxrs:3.4.5")
'org.apache.cxf.systests:cxf-systests-jaxrs:jar:3.4.5'
<dependency org="org.apache.cxf.systests" name="cxf-systests-jaxrs" rev="3.4.5">
<artifact name="cxf-systests-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-jaxrs', version='3.4.5')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-jaxrs" % "3.4.5"
[org.apache.cxf.systests/cxf-systests-jaxrs "3.4.5"]