is not current version
Last Version 4.5.1

com.hynnet:httpclient 4.5

Apache HttpComponents Client for jdk 1.5

Categories

Categories

Net CLI User Interface
GroupId

GroupId

com.hynnet
ArtifactId

ArtifactId

httpclient
Version

Version

4.5
Type

Type

jar

Download httpclient 4.5


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