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