is not current version
Last Version 4.4.15

org.apache.httpcomponents:httpcore-ab 4.4.9

Apache AB clone based on HttpCore

GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

httpcore-ab
Version

Version

4.4.9
Type

Type

jar

Download httpcore-ab 4.4.9


<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore-ab/ -->
<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpcore-ab</artifactId>
    <version>4.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore-ab/
implementation 'org.apache.httpcomponents:httpcore-ab:4.4.9'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore-ab/
implementation ("org.apache.httpcomponents:httpcore-ab:4.4.9")
'org.apache.httpcomponents:httpcore-ab:jar:4.4.9'
<dependency org="org.apache.httpcomponents" name="httpcore-ab" rev="4.4.9">
  <artifact name="httpcore-ab" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpcore-ab', version='4.4.9')
)
libraryDependencies += "org.apache.httpcomponents" % "httpcore-ab" % "4.4.9"
[org.apache.httpcomponents/httpcore-ab "4.4.9"]