h

httpcore-ab

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