Download cxf-rt-transports-http-2.6.15.jar file - Jar c

Jar examples for c:cxf-rt-transports-http

Description

Apache CXF Runtime HTTP Transport

You can download jar file cxf-rt-transports-http 2.6.15 in this page.

License

Apache License

Build File

You can use the following script to add cxf-rt-transports-http-2.6.15.jar to your project.

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

Download

Click the following link to download the jar file.

cxf-rt-transports-http-2.6.15-javadoc.jar
cxf-rt-transports-http-2.6.15-sources.jar
cxf-rt-transports-http-2.6.15.jar
cxf-rt-transports-http-2.6.15.pom



Related Tutorials