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 0.0.1


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

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

Mill build tool

ivy"com.acjay::taggy:0.0.1"

Scala CLI

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

Ammonite REPL

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

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

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