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