文件下载
文件名 操作
hsweb-utils-3.0.2.jar 下载
hsweb-utils-3.0.2.pom 下载
hsweb-utils-3.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.hswebframework</groupId>
  <artifactId>hsweb-utils</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.hswebframework:hsweb-utils:3.0.2'
Gradle Kotlin
implementation("org.hswebframework:hsweb-utils:3.0.2")
Scala SBT
libraryDependencies += "org.hswebframework" % "hsweb-utils" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.hswebframework', module='hsweb-utils', version='3.0.2')
)
Apache Ivy
<dependency org="org.hswebframework" name="hsweb-utils" rev="3.0.2" />
Leiningen
[org.hswebframework/hsweb-utils "3.0.2"]
Apache Buildr
'org.hswebframework:hsweb-utils:jar:3.0.2'