h

hasor-commons

the hasor Commons.
赵永春(Mr.Zhao)
文件下载
文件名 操作
hasor-commons-4.1.10.jar 下载
hasor-commons-4.1.10.pom 下载
hasor-commons-4.1.10-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.hasor</groupId>
  <artifactId>hasor-commons</artifactId>
  <version>4.1.10</version>
</dependency>
Gradle Groovy
implementation 'net.hasor:hasor-commons:4.1.10'
Gradle Kotlin
implementation("net.hasor:hasor-commons:4.1.10")
Scala SBT
libraryDependencies += "net.hasor" % "hasor-commons" % "4.1.10"
Groovy Grape
@Grapes(
  @Grab(group='net.hasor', module='hasor-commons', version='4.1.10')
)
Apache Ivy
<dependency org="net.hasor" name="hasor-commons" rev="4.1.10" />
Leiningen
[net.hasor/hasor-commons "4.1.10"]
Apache Buildr
'net.hasor:hasor-commons:jar:4.1.10'