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