Basic utilities I like to use in Scala, especially implicits for manipulating Options
Scala versions:
3.x
utils 0.0.1
Group ID:
io.github.aholland
Artifact ID:
utils_3
Version:
0.0.1
Release Date:
Jul 5, 2023
Licenses:
Files:
Full Scala Version:
3.3.0
Developers:
libraryDependencies += "io.github.aholland" %% "utils" % "0.0.1"
ivy"io.github.aholland::utils:0.0.1"
//> using dep "io.github.aholland::utils:0.0.1"
import $ivy.`io.github.aholland::utils:0.0.1`
<dependency> <groupId>io.github.aholland</groupId> <artifactId>utils_3</artifactId> <version>0.0.1</version> </dependency>
compile group: 'io.github.aholland', name: 'utils_3', version: '0.0.1'