Download cxf-3.0.1.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.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

cxf-3.0.1.pom



Related Tutorials