b

base64-32

Command line tool for converting base64-32 encoded bytes to hexadecimal and vice versa.
GNU Affero General Public License, Version 3
Files download
File Operation
base64-32-0.5.1.jar download
base64-32-0.5.1.pom download
base64-32-0.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.crums</groupId>
  <artifactId>base64-32</artifactId>
  <version>0.5.1</version>
</dependency>
Gradle Groovy
implementation 'io.crums:base64-32:0.5.1'
Gradle Kotlin
implementation("io.crums:base64-32:0.5.1")
Scala SBT
libraryDependencies += "io.crums" % "base64-32" % "0.5.1"
Groovy Grape
@Grapes(
  @Grab(group='io.crums', module='base64-32', version='0.5.1')
)
Apache Ivy
<dependency org="io.crums" name="base64-32" rev="0.5.1" />
Leiningen
[io.crums/base64-32 "0.5.1"]
Apache Buildr
'io.crums:base64-32:jar:0.5.1'