h

httpcore-ab

AB clone based on HttpCore
http://hc.apache.org/httpcomponents-core-ga
文件下载
文件名 操作
httpcore-ab-4.3.1.jar 下载
httpcore-ab-4.3.1.pom 下载
httpcore-ab-4.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.httpcomponents</groupId>
  <artifactId>httpcore-ab</artifactId>
  <version>4.3.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.httpcomponents:httpcore-ab:4.3.1'
Gradle Kotlin
implementation("org.apache.httpcomponents:httpcore-ab:4.3.1")
Scala SBT
libraryDependencies += "org.apache.httpcomponents" % "httpcore-ab" % "4.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.httpcomponents', module='httpcore-ab', version='4.3.1')
)
Apache Ivy
<dependency org="org.apache.httpcomponents" name="httpcore-ab" rev="4.3.1" />
Leiningen
[org.apache.httpcomponents/httpcore-ab "4.3.1"]
Apache Buildr
'org.apache.httpcomponents:httpcore-ab:jar:4.3.1'