lloydmeta / enumeratum   1.7.3

Contributors Wanted MIT License GitHub

A type-safe, reflection-free, powerful enumeration implementation for Scala with exhaustive pattern match warnings and helpful integrations.

Scala versions: 3.x 2.13 2.12 2.11 2.10
Scala.js versions: 1.x 0.6
Scala Native versions: 0.4

play-csv 1.0


Group ID:
com.beachape
Artifact ID:
play-csv_2.11
Version:
1.0
Release Date:
Feb 10, 2015
Licenses:
MIT
Files:

libraryDependencies += "com.beachape" %% "play-csv" % "1.0"

Mill build tool

ivy"com.beachape::play-csv:1.0"

Scala CLI

//> using dep "com.beachape::play-csv:1.0"

Ammonite REPL

import $ivy.`com.beachape::play-csv:1.0`

<dependency>
  <groupId>com.beachape</groupId>
  <artifactId>play-csv_2.11</artifactId>
  <version>1.0</version>
</dependency>

compile group: 'com.beachape', name: 'play-csv_2.11', version: '1.0'