<dependency> <groupId>org.hswebframework</groupId> <artifactId>hsweb-utils</artifactId> <version>3.0.4</version> </dependency>
implementation 'org.hswebframework:hsweb-utils:3.0.4'
implementation("org.hswebframework:hsweb-utils:3.0.4")
libraryDependencies += "org.hswebframework" % "hsweb-utils" % "3.0.4"
@Grapes( @Grab(group='org.hswebframework', module='hsweb-utils', version='3.0.4') )
<dependency org="org.hswebframework" name="hsweb-utils" rev="3.0.4" />
[org.hswebframework/hsweb-utils "3.0.4"]
'org.hswebframework:hsweb-utils:jar:3.0.4'
compile
|-- joda-time:joda-time:2.7
|-- com.belerweb:pinyin4j:2.5.0
test
|-- junit:junit:4.13.2