is not current version
Last Version 3.5.2

org.apache.cxf:apache-cxf 3.1.8

Apache CXF Distribution

GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

apache-cxf
Version

Version

3.1.8
Type

Type

pom

Download apache-cxf 3.1.8


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