gs-hex/README.md

19 lines
377 B
Markdown

# gs-hex
[License (Apache 2.0)](./LICENSE)
Hexadecimal conversions for Scala 3. Provides support for standard types.
- [Usage](#usage)
## Usage
This artifact is available in the Garrity Software Maven repository.
```scala
externalResolvers +=
"Garrity Software Releases" at "https://maven.garrity.co/releases"
val GsHex: ModuleID =
"gs" %% "gs-hex-v0" % "0.1.0"
```