irevive / union-derivation   0.2.1

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

union-derivation-core 0.2.1


Group ID:
io.github.irevive
Artifact ID:
union-derivation-core_3
Version:
0.2.1
Release Date:
Nov 24, 2024
Licenses:
MIT
Files:
Full Scala Version:
3.3.4

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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