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.1.0.jar download
ulid-creator-5.1.0.pom download
ulid-creator-5.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.f4b6a3</groupId>
  <artifactId>ulid-creator</artifactId>
  <version>5.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.f4b6a3:ulid-creator:5.1.0'
Gradle Kotlin
implementation("com.github.f4b6a3:ulid-creator:5.1.0")
Scala SBT
libraryDependencies += "com.github.f4b6a3" % "ulid-creator" % "5.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.f4b6a3', module='ulid-creator', version='5.1.0')
)
Apache Ivy
<dependency org="com.github.f4b6a3" name="ulid-creator" rev="5.1.0" />
Leiningen
[com.github.f4b6a3/ulid-creator "5.1.0"]
Apache Buildr
'com.github.f4b6a3:ulid-creator:jar:5.1.0'
Dependencies