GroupId | GroupIdcom.xiaoleilu |
---|---|
ArtifactId | ArtifactIdhutool-http |
Version | Version3.3.0 |
Type | Typejar |
Filename | Size |
---|---|
hutool-http-3.3.0.pom | |
hutool-http-3.3.0.jar | 47 KB |
hutool-http-3.3.0-sources.jar | 37 KB |
hutool-http-3.3.0-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xiaoleilu/hutool-http/ -->
<dependency>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-http</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xiaoleilu/hutool-http/
implementation 'com.xiaoleilu:hutool-http:3.3.0'
// https://jarcasting.com/artifacts/com.xiaoleilu/hutool-http/
implementation ("com.xiaoleilu:hutool-http:3.3.0")
'com.xiaoleilu:hutool-http:jar:3.3.0'
<dependency org="com.xiaoleilu" name="hutool-http" rev="3.3.0">
<artifact name="hutool-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xiaoleilu', module='hutool-http', version='3.3.0')
)
libraryDependencies += "com.xiaoleilu" % "hutool-http" % "3.3.0"
[com.xiaoleilu/hutool-http "3.3.0"]