is not current version
Last Version 3.5.2

org.apache.cxf:apache-cxf 3.0.1

Apache CXF Distribution

GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

apache-cxf
Version

Version

3.0.1
Type

Type

pom

Download apache-cxf 3.0.1


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