irevive / union-derivation   0.1.0

MIT License GitHub

A micro-library to derive a typeclass for Scala 3 Union types.

Scala versions: 3.x
Scala.js versions: 1.x
Scala Native versions: 0.4

union-derivation-core 0.0.4


Group ID:
io.github.irevive
Artifact ID:
union-derivation-core_3
Version:
0.0.4
Release Date:
Oct 28, 2022
Licenses:
MIT
Files:

libraryDependencies += "io.github.irevive" %% "union-derivation-core" % "0.0.4"

Mill build tool

ivy"io.github.irevive::union-derivation-core:0.0.4"

Scala CLI

//> using dep "io.github.irevive::union-derivation-core:0.0.4"

Ammonite REPL

import $ivy.`io.github.irevive::union-derivation-core:0.0.4`

<dependency>
  <groupId>io.github.irevive</groupId>
  <artifactId>union-derivation-core_3</artifactId>
  <version>0.0.4</version>
</dependency>

compile group: 'io.github.irevive', name: 'union-derivation-core_3', version: '0.0.4'