is not current version
Last Version 5.2-beta2

org.apache.httpcomponents.core5:httpcore5 5.0.4

Apache HttpComponents HTTP/1.1 core components

GroupId

GroupId

org.apache.httpcomponents.core5
ArtifactId

ArtifactId

httpcore5
Version

Version

5.0.4
Type

Type

jar

Download httpcore5 5.0.4


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