gs-uuid/README.md
Pat Garrity 77760809fc
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m14s
(patch) Scala Version, docs, builds
2024-04-14 21:13:09 -05:00

31 lines
794 B
Markdown

# gs-uuid
[GS Open Source](https://garrity.co/oss.html) |
[License (MIT)](./LICENSE)
UUID's for Scala 3 with generation based on JUG, and serialization based on code
from Jackson Databind. The only dependency is JUG, whereas the relevant Jackson
code is copied to this implementation (and slightly modified).
- [Usage](#usage)
- [Dependency](#dependency)
- [Donate](#donate)
## Usage
### Dependency
This artifact is available in the Garrity Software Maven repository.
```scala
externalResolvers +=
"Garrity Software Releases" at "https://maven.garrity.co/releases"
val GsUuid: ModuleID =
"gs" %% "gs-uuid-v0" % "$VERSION"
```
## Donate
Enjoy this project or want to help me achieve my [goals](https://garrity.co)?
Consider [Donating to Pat on Ko-fi](https://ko-fi.com/gspfm).