is not current version
Last Version 0.1.3

io.seruco.encoding:base62 0.1.2

A Base62 encoder/decoder for Java

GroupId

GroupId

io.seruco.encoding
ArtifactId

ArtifactId

base62
Version

Version

0.1.2
Type

Type

jar

Download base62 0.1.2


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