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