tototoshi / scala-csv   1.3.10

GitHub

CSV Reader/Writer for Scala

Scala versions: 3.x 2.13 2.12 2.11 2.10

scala-csv 1.3.4


Group ID:
com.github.tototoshi
Artifact ID:
scala-csv_2.11
Version:
1.3.4
Release Date:
Nov 10, 2016
Licenses:

libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.3.4"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.tototoshi::scala-csv:1.3.4"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.tototoshi::scala-csv:1.3.4"

Ammonite REPL

import $ivy.`com.github.tototoshi::scala-csv:1.3.4`
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.github.tototoshi</groupId>
  <artifactId>scala-csv_2.11</artifactId>
  <version>1.3.4</version>
</dependency>

compile group: 'com.github.tototoshi', name: 'scala-csv_2.11', version: '1.3.4'