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