is not current version
Last Version 4.4.15

org.apache.httpcomponents:httpcore-nio 4.4.12

Apache HttpComponents Core (non-blocking I/O)

GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

httpcore-nio
Version

Version

4.4.12
Type

Type

jar

Download httpcore-nio 4.4.12


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