h

httpcore-ab

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