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