Last Version

uuid62-core 0.1.1

A small Kotlin library to convert UUIDs to Base62 encoded strings. Perfect for URLs!

License

License

GroupId

GroupId

me.ccampo
ArtifactId

ArtifactId

uuid62-core
Version

Version

0.1.1
Type

Type

jar
Description

Description

uuid62-core
A small Kotlin library to convert UUIDs to Base62 encoded strings. Perfect for URLs!
Project URL

Project URL

https://github.com/ccampo133/uuid62
Source Code Management

Source Code Management

https://github.com/ccampo133/uuid62

Download uuid62-core 0.1.1


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

Dependencies

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.60
org.jetbrains.kotlin : kotlin-reflect jar 1.3.60

Project Modules

There are no modules declared in this project.