Download cxf-3.0.0.jar file - Jar c

Jar examples for c:cxf

Description

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.

You can download jar file cxf 3.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add cxf-3.0.0.jar to your project.

<dependency>
   <groupId>org.apache.geronimo.plugins</groupId>
   <artifactId>cxf</artifactId>
   <version>3.0.0</version>
</dependency>
compile group: 'org.apache.geronimo.plugins', name: 'cxf', version: '3.0.0'
libraryDependencies += "org.apache.geronimo.plugins" % "cxf" % "3.0.0"
<dependency org="org.apache.geronimo.plugins" name="cxf" rev="3.0.0"/>
@Grapes(@Grab(group='org.apache.geronimo.plugins', module='cxf', version='3.0.0'))
'org.apache.geronimo.plugins:cxf:jar:3.0.0'

Download

Click the following link to download the jar file.

cxf-3.0.0-sources.jar
cxf-3.0.0.pom



Related Tutorials