h

hasor-commons

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