h

hutool-http

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