is not current version
Last Version 3.5.2

org.apache.cxf:apache-cxf 2.0.6


GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

apache-cxf
Version

Version

2.0.6
Type

Type

pom

Download apache-cxf 2.0.6


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