is not current version
Last Version 3.5.2

org.apache.cxf:cxf-rt 3.0.3

Apache CXF Runtime

GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

cxf-rt
Version

Version

3.0.3
Type

Type

pom

Download cxf-rt 3.0.3

Filename Size
cxf-rt-3.0.3.pom 3 KB
Browse

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