Files download
File Operation
hhao-utils-3.0.2.jar download
hhao-utils-3.0.2.pom download
hhao-utils-3.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.software-hhao</groupId>
  <artifactId>hhao-utils</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.software-hhao:hhao-utils:3.0.2'
Gradle Kotlin
implementation("io.github.software-hhao:hhao-utils:3.0.2")
Scala SBT
libraryDependencies += "io.github.software-hhao" % "hhao-utils" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.software-hhao', module='hhao-utils', version='3.0.2')
)
Apache Ivy
<dependency org="io.github.software-hhao" name="hhao-utils" rev="3.0.2" />
Leiningen
[io.github.software-hhao/hhao-utils "3.0.2"]
Apache Buildr
'io.github.software-hhao:hhao-utils:jar:3.0.2'