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