is not current version
Last Version 3.1.0

com.github.f4b6a3:ksuid-creator 2.1.1

A Java library for generating KSUIDs (K-Sortable Unique Identifier)

GroupId

GroupId

com.github.f4b6a3
ArtifactId

ArtifactId

ksuid-creator
Version

Version

2.1.1
Type

Type

jar

Download ksuid-creator 2.1.1


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