is not current version
Last Version 4.2.1

com.github.f4b6a3:ulid-creator 2.1.0

A Java library for generating and handling ULIDs.

GroupId

GroupId

com.github.f4b6a3
ArtifactId

ArtifactId

ulid-creator
Version

Version

2.1.0
Type

Type

jar

Download ulid-creator 2.1.0


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