Download cxf-rt-ws-addr-3.0.8.jar file - Jar c

Jar examples for c:cxf-rt-ws-addr

Description

Apache CXF Runtime WS Addressing

You can download jar file cxf-rt-ws-addr 3.0.8 in this page.

License

Apache License

Build File

You can use the following script to add cxf-rt-ws-addr-3.0.8.jar to your project.

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

Download

Click the following link to download the jar file.

cxf-rt-ws-addr-3.0.8-javadoc.jar
cxf-rt-ws-addr-3.0.8-sources.jar
cxf-rt-ws-addr-3.0.8.jar
cxf-rt-ws-addr-3.0.8.pom



Related Tutorials