is not current version
Last Version 5.0-alpha3

org.apache.httpcomponents.core5:httpcore5-ab 5.0-alpha2

Apache AB clone based on HttpCore

GroupId

GroupId

org.apache.httpcomponents.core5
ArtifactId

ArtifactId

httpcore5-ab
Version

Version

5.0-alpha2
Type

Type

jar

Download httpcore5-ab 5.0-alpha2


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