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