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