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