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