License |
License |
---|---|
GroupId | GroupIdcom.chrylis.lib |
ArtifactId | ArtifactIdtime-based-uuid-reordering |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTime-based UUID reordering
A small utility library to reorder the time fields in a time-based UUID
to sort lexographically in time order.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.chrylis.lib/time-based-uuid-reordering/ -->
<dependency>
<groupId>com.chrylis.lib</groupId>
<artifactId>time-based-uuid-reordering</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.chrylis.lib/time-based-uuid-reordering/
implementation 'com.chrylis.lib:time-based-uuid-reordering:1.2.0'
// https://jarcasting.com/artifacts/com.chrylis.lib/time-based-uuid-reordering/
implementation ("com.chrylis.lib:time-based-uuid-reordering:1.2.0")
'com.chrylis.lib:time-based-uuid-reordering:jar:1.2.0'
<dependency org="com.chrylis.lib" name="time-based-uuid-reordering" rev="1.2.0">
<artifact name="time-based-uuid-reordering" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chrylis.lib', module='time-based-uuid-reordering', version='1.2.0')
)
libraryDependencies += "com.chrylis.lib" % "time-based-uuid-reordering" % "1.2.0"
[com.chrylis.lib/time-based-uuid-reordering "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest | jar | 2.2 |
com.github.f4b6a3 : uuid-creator | jar | 3.7.0 |