License |
License |
---|---|
GroupId | GroupIdio.leonard |
ArtifactId | ArtifactIdbase58 |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbase58
Java implementation of the base58 algorithm
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
base58-0.0.2.pom | |
base58-0.0.2.jar | 3 KB |
base58-0.0.2-sources.jar | 3 KB |
base58-0.0.2-javadoc.jar | 398 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.leonard/base58/ -->
<dependency>
<groupId>io.leonard</groupId>
<artifactId>base58</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.leonard/base58/
implementation 'io.leonard:base58:0.0.2'
// https://jarcasting.com/artifacts/io.leonard/base58/
implementation ("io.leonard:base58:0.0.2")
'io.leonard:base58:jar:0.0.2'
<dependency org="io.leonard" name="base58" rev="0.0.2">
<artifact name="base58" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leonard', module='base58', version='0.0.2')
)
libraryDependencies += "io.leonard" % "base58" % "0.0.2"
[io.leonard/base58 "0.0.2"]