h

hutool-http

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