is not current version
Last Version 3.5.2

org.apache.cxf:cxf 3.2.5

Apache CXF is an open-source services framework that aids in the development of services using front-end programming APIs, like JAX-WS and JAX-RS.

GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

cxf
Version

Version

3.2.5
Type

Type

pom

Download cxf 3.2.5

Filename Size
cxf-3.2.5.pom 36 KB
Browse

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