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
- Host: GitHub
- URL: https://github.com/lewiscowles1986/julid
- Owner: Lewiscowles1986
- License: agpl-3.0
- Created: 2016-08-02T18:44:48.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T21:01:08.000Z (2 months ago)
- Last Synced: 2025-06-12T12:09:12.812Z (15 days ago)
- Topics: java, reference-implementation, ulid
- Language: Java
- Size: 151 KB
- Stars: 18
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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