is not current version
Last Version 3.5.2

org.apache.cxf:cxf-rt-rs 3.3.8

Apache CXF Rest Runtime

GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

cxf-rt-rs
Version

Version

3.3.8
Type

Type

pom

Download cxf-rt-rs 3.3.8

Filename Size
cxf-rt-rs-3.3.8.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-rs/ -->
<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-rt-rs</artifactId>
    <version>3.3.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-rs/
implementation 'org.apache.cxf:cxf-rt-rs:3.3.8'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-rs/
implementation ("org.apache.cxf:cxf-rt-rs:3.3.8")
'org.apache.cxf:cxf-rt-rs:pom:3.3.8'
<dependency org="org.apache.cxf" name="cxf-rt-rs" rev="3.3.8">
  <artifact name="cxf-rt-rs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-rs', version='3.3.8')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-rs" % "3.3.8"
[org.apache.cxf/cxf-rt-rs "3.3.8"]