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