# gs-slug [License (Apache 2.0)](./LICENSE) Scala 3 Slugs. Slugs are URL-safe restricted string identifiers. - [Usage](#usage) ## Usage This artifact is available in the Garrity Software Maven repository. ```scala externalResolvers += "Garrity Software Releases" at "https://maven.garrity.co/gs" val GsSlug: ModuleID = "gs" %% "gs-slug-v0" % "0.1.0" ```