is not current version
Last Version 3.5.2

org.apache.cxf:apache-cxf 3.3.9

Apache CXF Distribution

GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

apache-cxf
Version

Version

3.3.9
Type

Type

pom

Download apache-cxf 3.3.9


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