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