is not current version
Last Version 3.5.2

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

Apache CXF Rest Runtime

GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

cxf-rt-rs
Version

Version

3.1.16
Type

Type

pom

Download cxf-rt-rs 3.1.16

Filename Size
cxf-rt-rs-3.1.16.pom 1 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.1.16</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-rs/
implementation 'org.apache.cxf:cxf-rt-rs:3.1.16'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-rs/
implementation ("org.apache.cxf:cxf-rt-rs:3.1.16")
'org.apache.cxf:cxf-rt-rs:pom:3.1.16'
<dependency org="org.apache.cxf" name="cxf-rt-rs" rev="3.1.16">
  <artifact name="cxf-rt-rs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-rs', version='3.1.16')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-rs" % "3.1.16"
[org.apache.cxf/cxf-rt-rs "3.1.16"]