is not current version
Last Version 5.8.4

cn.hutool:hutool-http 5.5.6

Hutool Http客户端

GroupId

GroupId

cn.hutool
ArtifactId

ArtifactId

hutool-http
Version

Version

5.5.6
Type

Type

jar

Download hutool-http 5.5.6


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