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