is not current version
Last Version 1.3.1

com.hynnet:httpclient-util 1.3.0

Java实现的基础工具类库。能帮助团队快速开发出健壮的、高性能、易于维护的软件系统。

Categories

Categories

Net CLI User Interface
GroupId

GroupId

com.hynnet
ArtifactId

ArtifactId

httpclient-util
Version

Version

1.3.0
Type

Type

jar

Download httpclient-util 1.3.0


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