u

ulid-creator

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