h

httpcore-ab

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