is not current version
Last Version 4.4.15

org.apache.httpcomponents:httpcore 4.4.12

Apache HttpComponents Core (blocking I/O)

GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

httpcore
Version

Version

4.4.12
Type

Type

jar

Download httpcore 4.4.12


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