Improved UUIDs for Scala 3.
Find a file
2023-12-23 21:14:18 -06:00
project Some basic build updates. 2023-12-23 21:14:18 -06:00
src Initializing the gs-uuid project with a tested implementation. 2023-12-20 22:07:25 -06:00
.gitignore Initializing the gs-uuid project with a tested implementation. 2023-12-20 22:07:25 -06:00
.pre-commit-config.yaml Updated for GS development. 2023-12-23 20:40:30 -06:00
.scalafmt.conf Initializing the gs-uuid project with a tested implementation. 2023-12-20 22:07:25 -06:00
build.sbt Some basic build updates. 2023-12-23 21:14:18 -06:00
LICENSE Initializing the gs-uuid project with a tested implementation. 2023-12-20 22:07:25 -06:00
README.md Updated for GS development. 2023-12-23 20:40:30 -06:00

gs-uuid

License (Apache 2.0)

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 library is not yet published.

object GS {
  val UUID: ModuleID =
    "gs" %% "gs-uuid-v0" % "0.1.0"
}