c

cxf-rt-transports-http-hc

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