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