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