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