is not current version
Last Version 4.4.15

org.apache.httpcomponents:httpcore 4.4.5

Apache HttpComponents Core (blocking I/O)

GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

httpcore
Version

Version

4.4.5
Type

Type

jar

Download httpcore 4.4.5


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