u

ulid-creator

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