20 lines
422 B
Markdown
20 lines
422 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 library is not yet published.
|
|
|
|
```scala
|
|
object GS {
|
|
val UUID: ModuleID =
|
|
"gs" %% "gs-uuid-v0" % "0.1.0"
|
|
}
|
|
```
|