base58 codec

An implementation of the Flickr dialect of Base58 (Base64 without punctuation or the lookalike pairs 0/o and 1/L).

License

License

GroupId

GroupId

com.chrylis
ArtifactId

ArtifactId

base58-codec
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

base58 codec
An implementation of the Flickr dialect of Base58 (Base64 without punctuation or the lookalike pairs 0/o and 1/L).
Project URL

Project URL

http://github.com/chrylis/base58-codec

Download base58-codec

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.2
org.springframework : spring-context Optional jar [3.1,5)

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
com.google.caliper : caliper jar 1.0-beta-1

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0
1.0.0