| Группа | Группаcn.hutool |
|---|---|
| Идентификатор | Идентификаторhutool-http |
| Версия | Версия4.5.12 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hutool-http-4.5.12.pom | |
| hutool-http-4.5.12.jar | 70 KB |
| hutool-http-4.5.12-sources.jar | 56 KB |
| hutool-http-4.5.12-javadoc.jar | 261 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.hutool/hutool-http/ -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-http</artifactId>
<version>4.5.12</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hutool/hutool-http/
implementation 'cn.hutool:hutool-http:4.5.12'
// https://jarcasting.com/artifacts/cn.hutool/hutool-http/
implementation ("cn.hutool:hutool-http:4.5.12")
'cn.hutool:hutool-http:jar:4.5.12'
<dependency org="cn.hutool" name="hutool-http" rev="4.5.12">
<artifact name="hutool-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hutool', module='hutool-http', version='4.5.12')
)
libraryDependencies += "cn.hutool" % "hutool-http" % "4.5.12"
[cn.hutool/hutool-http "4.5.12"]