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