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