is not current version
Last Version 1.2.0

com.chrylis.lib:time-based-uuid-reordering 1.0.0

A small utility library to reorder the time fields in a time-based UUID to sort lexographically in time order.

GroupId

GroupId

com.chrylis.lib
ArtifactId

ArtifactId

time-based-uuid-reordering
Version

Version

1.0.0
Type

Type

jar

Download time-based-uuid-reordering 1.0.0


<!-- 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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.chrylis.lib/time-based-uuid-reordering/
implementation 'com.chrylis.lib:time-based-uuid-reordering:1.0.0'
// https://jarcasting.com/artifacts/com.chrylis.lib/time-based-uuid-reordering/
implementation ("com.chrylis.lib:time-based-uuid-reordering:1.0.0")
'com.chrylis.lib:time-based-uuid-reordering:jar:1.0.0'
<dependency org="com.chrylis.lib" name="time-based-uuid-reordering" rev="1.0.0">
  <artifact name="time-based-uuid-reordering" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chrylis.lib', module='time-based-uuid-reordering', version='1.0.0')
)
libraryDependencies += "com.chrylis.lib" % "time-based-uuid-reordering" % "1.0.0"
[com.chrylis.lib/time-based-uuid-reordering "1.0.0"]