is not current version
Last Version 0.0.2

io.leonard:base58 0.0.1

Java implementation of the base58 algorithm

GroupId

GroupId

io.leonard
ArtifactId

ArtifactId

base58
Version

Version

0.0.1
Type

Type

jar

Download base58 0.0.1


<!-- https://jarcasting.com/artifacts/io.leonard/base58/ -->
<dependency>
    <groupId>io.leonard</groupId>
    <artifactId>base58</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.leonard/base58/
implementation 'io.leonard:base58:0.0.1'
// https://jarcasting.com/artifacts/io.leonard/base58/
implementation ("io.leonard:base58:0.0.1")
'io.leonard:base58:jar:0.0.1'
<dependency org="io.leonard" name="base58" rev="0.0.1">
  <artifact name="base58" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leonard', module='base58', version='0.0.1')
)
libraryDependencies += "io.leonard" % "base58" % "0.0.1"
[io.leonard/base58 "0.0.1"]