ulid-java
ULID implementation for Java with ability to convert to/from UUID
Based on huxi/sulky with a few modifications.
Installation
Avaiable from Maven Central
<dependency>
<groupId>com.offbytwo.ulid</groupId>
<artifactId>ulid</artifactId>
<version>0.1.0</version>
</dependency>