Last Version

uuid62-spring 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-spring
Version

Version

0.1.1
Type

Type

jar
Description

Description

uuid62-spring
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-spring 0.1.1


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

Dependencies

compile (2)

Group / Artifact Type Version
me.ccampo : uuid62-core jar 0.1.1
me.ccampo : uuid62-jackson jar 0.1.1

runtime (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.60
org.jetbrains.kotlin : kotlin-reflect jar 1.3.60
org.springframework : spring-context jar 5.1.4.RELEASE

Project Modules

There are no modules declared in this project.