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