<dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-http</artifactId> <version>4.5.15</version> </dependency>
implementation 'cn.hutool:hutool-http:4.5.15'
implementation("cn.hutool:hutool-http:4.5.15")
libraryDependencies += "cn.hutool" % "hutool-http" % "4.5.15"
@Grapes( @Grab(group='cn.hutool', module='hutool-http', version='4.5.15') )
<dependency org="cn.hutool" name="hutool-http" rev="4.5.15" />
[cn.hutool/hutool-http "4.5.15"]
'cn.hutool:hutool-http:jar:4.5.15'
<parent> <groupId>cn.hutool</groupId> <artifactId>hutool-parent</artifactId> <version>4.5.15</version> </parent>
compile
|-- cn.hutool:hutool-core
|-- cn.hutool:hutool-log
|-- cn.hutool:hutool-json