is not current version
Last Version 5.2-beta2

org.apache.httpcomponents.core5:httpcore5 5.1.3

Apache HttpComponents HTTP/1.1 core components

GroupId

GroupId

org.apache.httpcomponents.core5
ArtifactId

ArtifactId

httpcore5
Version

Version

5.1.3
Type

Type

jar

Download httpcore5 5.1.3


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