is not current version
Last Version 3.3.2

com.xiaoleilu:hutool-http 3.0.4

Hutool Http客户端

GroupId

GroupId

com.xiaoleilu
ArtifactId

ArtifactId

hutool-http
Version

Version

3.0.4
Type

Type

jar

Download hutool-http 3.0.4


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