is not current version
Last Version 4.4.15

org.apache.httpcomponents:httpcore-ab 4.4-alpha1

AB clone based on HttpCore

GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

httpcore-ab
Version

Version

4.4-alpha1
Type

Type

jar

Download httpcore-ab 4.4-alpha1


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