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