h

hutool-http

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