nrinaudo / kantan.csv   0.7.0

Apache License 2.0 Website GitHub

CSV handling library for Scala

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

tabulate-laws 0.1.7


Group ID:
com.nrinaudo
Artifact ID:
tabulate-laws_2.11
Version:
0.1.7
Release Date:
Feb 22, 2016
Licenses:
MIT

libraryDependencies += "com.nrinaudo" %% "tabulate-laws" % "0.1.7"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.nrinaudo::tabulate-laws:0.1.7"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.nrinaudo::tabulate-laws:0.1.7"

Ammonite REPL

import $ivy.`com.nrinaudo::tabulate-laws:0.1.7`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.nrinaudo</groupId>
  <artifactId>tabulate-laws_2.11</artifactId>
  <version>0.1.7</version>
</dependency>

compile group: 'com.nrinaudo', name: 'tabulate-laws_2.11', version: '0.1.7'