Download cxf-rt-rs-client-3.1.15.jar file - Jar c

Jar examples for c:cxf-rt-rs-client

Description

Apache CXF JAX-RS Client

You can download jar file cxf-rt-rs-client 3.1.15 in this page.

License

Apache License

Build File

You can use the following script to add cxf-rt-rs-client-3.1.15.jar to your project.

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

Download

Click the following link to download the jar file.

cxf-rt-rs-client-3.1.15-javadoc.jar
cxf-rt-rs-client-3.1.15-sources.jar
cxf-rt-rs-client-3.1.15.jar
cxf-rt-rs-client-3.1.15.pom



Related Tutorials