GroupId | GroupIdorg.apache.cxf |
---|---|
ArtifactId | ArtifactIdcxf-rt-frontend-jaxrs |
Version | Version2.6.3 |
Type | Typejar |
Filename | Size |
---|---|
cxf-rt-frontend-jaxrs-2.6.3.pom | |
cxf-rt-frontend-jaxrs-2.6.3.jar | 493 KB |
cxf-rt-frontend-jaxrs-2.6.3-sources.jar | 329 KB |
cxf-rt-frontend-jaxrs-2.6.3-javadoc.jar | 959 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-frontend-jaxrs/ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<version>2.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-frontend-jaxrs/
implementation 'org.apache.cxf:cxf-rt-frontend-jaxrs:2.6.3'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-frontend-jaxrs/
implementation ("org.apache.cxf:cxf-rt-frontend-jaxrs:2.6.3")
'org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.6.3'
<dependency org="org.apache.cxf" name="cxf-rt-frontend-jaxrs" rev="2.6.3">
<artifact name="cxf-rt-frontend-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-frontend-jaxrs', version='2.6.3')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-frontend-jaxrs" % "2.6.3"
[org.apache.cxf/cxf-rt-frontend-jaxrs "2.6.3"]