h

hutool-http

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