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