c

cxf-rt-transports-http

Apache CXF Runtime HTTP Transport
http://cxf.apache.org
Files download
File Operation
cxf-rt-transports-http-3.1.3.jar download
cxf-rt-transports-http-3.1.3.pom download
cxf-rt-transports-http-3.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-rt-transports-http</artifactId>
  <version>3.1.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf:cxf-rt-transports-http:3.1.3'
Gradle Kotlin
implementation("org.apache.cxf:cxf-rt-transports-http:3.1.3")
Scala SBT
libraryDependencies += "org.apache.cxf" % "cxf-rt-transports-http" % "3.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf', module='cxf-rt-transports-http', version='3.1.3')
)
Apache Ivy
<dependency org="org.apache.cxf" name="cxf-rt-transports-http" rev="3.1.3" />
Leiningen
[org.apache.cxf/cxf-rt-transports-http "3.1.3"]
Apache Buildr
'org.apache.cxf:cxf-rt-transports-http:jar:3.1.3'