An open API service indexing awesome lists of open source software.

https://github.com/lewiscowles1986/julid

Universally Unique Lexicographically Sortable Identifier ported to Java
https://github.com/lewiscowles1986/julid

java reference-implementation ulid

Last synced: 13 days ago
JSON representation

Universally Unique Lexicographically Sortable Identifier ported to Java

Awesome Lists containing this project

README

        

# jULID
Universally Unique Lexicographically Sortable Identifier ported to Java

> [!IMPORTANT]
> You should likely improve your skills at searching for libraries, if you are considering using this. It's not meant to be used in commercial projects. It is not meant to be an example of "the best way" to do anything. At this point it is mostly abandonned, so while I'll accept PR's; unless something interests me. It's unlikely to be added or changed. Thank you for your understanding.

Tests based on [PHP port](https://github.com/Lewiscowles1986/ulid) which borrowed from [.NET port](https://github.com/fvilers/ulid.net)
Original idea borrowed from [JS](https://github.com/alizain/ulid)

License AGPL