u

ulid-creator

A Java library for generating ULIDs (Universally Unique Lexicographically Sortable Identifier).
http://github.com/f4b6a3/ulid-creator
MIT License
Fabio Lima
Files download
File Operation
ulid-creator-5.2.2.jar download
ulid-creator-5.2.2.pom download
ulid-creator-5.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.f4b6a3</groupId>
  <artifactId>ulid-creator</artifactId>
  <version>5.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.f4b6a3:ulid-creator:5.2.2'
Gradle Kotlin
implementation("com.github.f4b6a3:ulid-creator:5.2.2")
Scala SBT
libraryDependencies += "com.github.f4b6a3" % "ulid-creator" % "5.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.f4b6a3', module='ulid-creator', version='5.2.2')
)
Apache Ivy
<dependency org="com.github.f4b6a3" name="ulid-creator" rev="5.2.2" />
Leiningen
[com.github.f4b6a3/ulid-creator "5.2.2"]
Apache Buildr
'com.github.f4b6a3:ulid-creator:jar:5.2.2'
Dependencies