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