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