h

hutool-http

Hutool Http客户端
文件下载
文件名 操作
hutool-http-5.7.20.jar 下载
hutool-http-5.7.20.pom 下载
hutool-http-5.7.20-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cn.hutool</groupId>
  <artifactId>hutool-http</artifactId>
  <version>5.7.20</version>
</dependency>
Gradle Groovy
implementation 'cn.hutool:hutool-http:5.7.20'
Gradle Kotlin
implementation("cn.hutool:hutool-http:5.7.20")
Scala SBT
libraryDependencies += "cn.hutool" % "hutool-http" % "5.7.20"
Groovy Grape
@Grapes(
  @Grab(group='cn.hutool', module='hutool-http', version='5.7.20')
)
Apache Ivy
<dependency org="cn.hutool" name="hutool-http" rev="5.7.20" />
Leiningen
[cn.hutool/hutool-http "5.7.20"]
Apache Buildr
'cn.hutool:hutool-http:jar:5.7.20'