Improved UUIDs for Scala 3.
Find a file
Pat Garrity 2f89c2391d
Some checks failed
/ Build and Test Library Snapshot (pull_request) Has been cancelled
(patch) Update to SemVer plugin 0.2.2 and update build scripts.
2024-03-22 22:20:11 -05:00
.forgejo/workflows (patch) Update to SemVer plugin 0.2.2 and update build scripts. 2024-03-22 22:20:11 -05:00
project (patch) Update to SemVer plugin 0.2.2 and update build scripts. 2024-03-22 22:20:11 -05:00
src Add automated builds (#2) 2024-03-20 03:06:10 +00:00
.gitignore Added release build support with an updated SemVer plugin. (#3) 2024-03-21 02:57:21 +00:00
.pre-commit-config.yaml Add automated builds (#2) 2024-03-20 03:06:10 +00:00
.scalafmt.conf Initializing the gs-uuid project with a tested implementation. 2023-12-20 22:07:25 -06:00
build.sbt Add automated builds (#2) 2024-03-20 03:06:10 +00:00
LICENSE Initializing the gs-uuid project with a tested implementation. 2023-12-20 22:07:25 -06:00
README.md Adding an automated workflow for forgejo. (#1) 2023-12-30 16:04:05 +00: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 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"