Improved UUIDs for Scala 3.
- pre-commit - unit tests - 100% coverage required - publish snapshot to maven server Reviewed-on: #2 |
||
---|---|---|
.forgejo/workflows | ||
project | ||
src | ||
.gitignore | ||
.pre-commit-config.yaml | ||
.scalafmt.conf | ||
build.sbt | ||
LICENSE | ||
README.md |
gs-uuid
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
This artifact is available in the Garrity Software Maven repository.
externalResolvers +=
"Garrity Software Releases" at "https://maven.garrity.co/releases"
val GsUuid: ModuleID =
"gs" %% "gs-uuid-v0" % "0.1.0"