h

hasor-commons

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