is not current version
Last Version 1.1.1

com.github.ksuid:ksuid 0.0.1

K-Sortable Globally Unique IDs for Java

GroupId

GroupId

com.github.ksuid
ArtifactId

ArtifactId

ksuid
Version

Version

0.0.1
Type

Type

jar

Download ksuid 0.0.1


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