gs-uuid/README.md
Pat Garrity 84d089390e
All checks were successful
/ test (push) Successful in 3s
Adding an automated workflow for forgejo. (#1)
Reviewed-on: #1
2023-12-30 16:04:05 +00:00

21 lines
530 B
Markdown

# gs-uuid
[License (Apache 2.0)](./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)
## Usage
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" % "0.1.0"
```