gs-blob/README.md
2024-01-04 22:58:40 -06:00

19 lines
334 B
Markdown

# gs-blob
[License (Apache 2.0)](./LICENSE)
Blob data type for Scala 3.
- [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 GsBlob: ModuleID =
"gs" %% "gs-blob-v0" % "0.1.0"
```