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