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.1.0


Group ID:
io.github.irevive
Artifact ID:
union-derivation-core_3
Version:
0.1.0
Release Date:
Jan 26, 2024
Licenses:
MIT
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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