<dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-http</artifactId> <version>5.8.21</version> </dependency>
implementation 'cn.hutool:hutool-http:5.8.21'
implementation("cn.hutool:hutool-http:5.8.21")
libraryDependencies += "cn.hutool" % "hutool-http" % "5.8.21"
@Grapes( @Grab(group='cn.hutool', module='hutool-http', version='5.8.21') )
<dependency org="cn.hutool" name="hutool-http" rev="5.8.21" />
[cn.hutool/hutool-http "5.8.21"]
'cn.hutool:hutool-http:jar:5.8.21'
<parent> <groupId>cn.hutool</groupId> <artifactId>hutool-parent</artifactId> <version>5.8.21</version> </parent>
compile
|-- cn.hutool:hutool-core
provided
|-- javax.xml.soap:javax.xml.soap-api:1.4.0
test
|-- cn.hutool:hutool-json