is not current version
Last Version 3.5.2

org.apache.cxf:cxf 2.1.2


GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

cxf
Version

Version

2.1.2
Type

Type

pom

Download cxf 2.1.2

Filename Size
cxf-2.1.2.pom 23 KB
Browse

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