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