c

cxf-rt-transports-http-hc

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