is not current version
Last Version 3.5.2

org.apache.cxf:cxf 3.3.3

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.3.3
Type

Type

pom

Download cxf 3.3.3

Filename Size
cxf-3.3.3.pom 38 KB
Browse

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