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