acjay / taggy   1.0.0

MIT License GitHub

Single-line tagged-type helper for better type safety in Scala

Scala versions: 2.12 2.11
Scala.js versions: 0.6

taggy 1.0.0


Group ID:
com.acjay
Artifact ID:
taggy_2.12
Version:
1.0.0
Release Date:
Sept 21, 2017
Licenses:
MIT
Files:

libraryDependencies += "com.acjay" %% "taggy" % "1.0.0"

Mill build tool

ivy"com.acjay::taggy:1.0.0"

Scala CLI

//> using dep "com.acjay::taggy:1.0.0"

Ammonite REPL

import $ivy.`com.acjay::taggy:1.0.0`

<dependency>
  <groupId>com.acjay</groupId>
  <artifactId>taggy_2.12</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.acjay', name: 'taggy_2.12', version: '1.0.0'