aholland / aholland-scala-utils   0.0.1

Apache License 2.0 GitHub

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:
MIT
Files:
Full Scala Version:
3.3.0
Developers:

libraryDependencies += "io.github.aholland" %% "utils" % "0.0.1"

Mill build tool

ivy"io.github.aholland::utils:0.0.1"

Scala CLI

//> using dep "io.github.aholland::utils:0.0.1"

Ammonite REPL

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'