is not current version
Last Version 4.4.3

com.hynnet:httpcore 4.4.1

Apache HttpComponents Core (blocking I/O) for jdk 1.5

Categories

Categories

Net
GroupId

GroupId

com.hynnet
ArtifactId

ArtifactId

httpcore
Version

Version

4.4.1
Type

Type

jar

Download httpcore 4.4.1


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