| License |
License |
|---|---|
| GroupId | GroupIdcom.chrylis |
| ArtifactId | ArtifactIdbase58-codec |
| Version | Version1.2.0 |
| Type | Typejar |
| Description |
Descriptionbase58 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 |
| Filename | Size |
|---|---|
| base58-codec-1.2.0.pom | |
| base58-codec-1.2.0.jar | 7 KB |
| base58-codec-1.2.0-sources.jar | 4 KB |
| base58-codec-1.2.0-javadoc.jar | 42 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.2 |
| org.springframework : spring-context Optional | jar | [3.1,5) |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.google.caliper : caliper | jar | 1.0-beta-1 |