| License | License | 
|---|---|
| GroupId | GroupIdcom.xiaoleilu | 
| ArtifactId | ArtifactIdhutool-http | 
| Last Version | Last Version3.3.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionhutool-http Hutool Http客户端 | 
| Filename | Size | 
|---|---|
| hutool-http-3.3.2.pom | |
| hutool-http-3.3.2.jar | 47 KB | 
| hutool-http-3.3.2-sources.jar | 37 KB | 
| hutool-http-3.3.2-javadoc.jar | 168 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.xiaoleilu/hutool-http/ -->
<dependency>
    <groupId>com.xiaoleilu</groupId>
    <artifactId>hutool-http</artifactId>
    <version>3.3.2</version>
</dependency>// https://jarcasting.com/artifacts/com.xiaoleilu/hutool-http/
implementation 'com.xiaoleilu:hutool-http:3.3.2'// https://jarcasting.com/artifacts/com.xiaoleilu/hutool-http/
implementation ("com.xiaoleilu:hutool-http:3.3.2")'com.xiaoleilu:hutool-http:jar:3.3.2'<dependency org="com.xiaoleilu" name="hutool-http" rev="3.3.2">
  <artifact name="hutool-http" type="jar" />
</dependency>@Grapes(
@Grab(group='com.xiaoleilu', module='hutool-http', version='3.3.2')
)libraryDependencies += "com.xiaoleilu" % "hutool-http" % "3.3.2"[com.xiaoleilu/hutool-http "3.3.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.xiaoleilu : hutool-core | jar | 3.3.2 | 
| com.xiaoleilu : hutool-log | jar | 3.3.2 | 
| com.xiaoleilu : hutool-json | jar | 3.3.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : javax.servlet-api Optional | jar | 3.1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |