Files download
File Operation
Base58-2022.01.17.jar download
Base58-2022.01.17.pom download
Base58-2022.01.17-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.novacrypto</groupId>
  <artifactId>Base58</artifactId>
  <version>2022.01.17</version>
</dependency>
Gradle Groovy
implementation 'io.github.novacrypto:Base58:2022.01.17'
Gradle Kotlin
implementation("io.github.novacrypto:Base58:2022.01.17")
Scala SBT
libraryDependencies += "io.github.novacrypto" % "Base58" % "2022.01.17"
Groovy Grape
@Grapes(
  @Grab(group='io.github.novacrypto', module='Base58', version='2022.01.17')
)
Apache Ivy
<dependency org="io.github.novacrypto" name="Base58" rev="2022.01.17" />
Leiningen
[io.github.novacrypto/Base58 "2022.01.17"]
Apache Buildr
'io.github.novacrypto:Base58:jar:2022.01.17'
Dependencies
The project has no third-party dependencies