is not current version
Last Version 4.4.15

org.apache.httpcomponents:httpcore-ab 4.3.3

AB clone based on HttpCore

GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

httpcore-ab
Version

Version

4.3.3
Type

Type

jar

Download httpcore-ab 4.3.3


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