is not current version
Last Version 3.5.2

org.apache.cxf:cxf-rt 2.5.10

Apache CXF Runtime

GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

cxf-rt
Version

Version

2.5.10
Type

Type

pom

Download cxf-rt 2.5.10

Filename Size
cxf-rt-2.5.10.pom 2 KB
Browse

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