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