не последняя версия
Последняя версия 5.8.4

cn.hutool:hutool-http 5.4.7

Hutool Http客户端

Группа

Группа

cn.hutool
Идентификатор

Идентификатор

hutool-http
Версия

Версия

5.4.7
Тип

Тип

jar

Скачать hutool-http 5.4.7


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