Download cxf-core-3.2.1.jar file - Jar c

Jar examples for c:cxf-core

Description

Apache CXF Core

You can download jar file cxf-core 3.2.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

cxf-core-3.2.1-javadoc.jar
cxf-core-3.2.1-sources.jar
cxf-core-3.2.1.jar
cxf-core-3.2.1.pom



Related Tutorials