tototoshi / scala-csv   2.0.0

GitHub

CSV Reader/Writer for Scala

Scala versions: 3.x 2.13 2.12 2.11 2.10

scala-csv 2.0.0


Group ID:
com.github.tototoshi
Artifact ID:
scala-csv_3
Version:
2.0.0
Release Date:
Jul 1, 2024
Licenses:
Files:
Full Scala Version:
3.3.3
Developers:

libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "2.0.0"

Mill build tool

ivy"com.github.tototoshi::scala-csv:2.0.0"

Scala CLI

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

Ammonite REPL

import $ivy.`com.github.tototoshi::scala-csv:2.0.0`

<dependency>
  <groupId>com.github.tototoshi</groupId>
  <artifactId>scala-csv_3</artifactId>
  <version>2.0.0</version>
</dependency>

compile group: 'com.github.tototoshi', name: 'scala-csv_3', version: '2.0.0'