<dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-parent</artifactId> <version>5.8.7</version> <type>pom</type> </dependency>
implementation 'cn.hutool:hutool-parent:5.8.7'
implementation("cn.hutool:hutool-parent:5.8.7")
libraryDependencies += "cn.hutool" % "hutool-parent" % "5.8.7"
@Grapes( @Grab(group='cn.hutool', module='hutool-parent', version='5.8.7') )
<dependency org="cn.hutool" name="hutool-parent" rev="5.8.7" />
[cn.hutool/hutool-parent "5.8.7"]
'cn.hutool:hutool-parent:jar:5.8.7'
test
|-- junit:junit:4.13.2
|-- org.projectlombok:lombok:1.18.24