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