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 1.4.1


Group ID:
com.github.tototoshi
Artifact ID:
scala-csv_2.13
Version:
1.4.1
Release Date:
Jun 30, 2024
Licenses:
Files:
Full Scala Version:
2.13.14
Developers:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>com.github.tototoshi</groupId>
  <artifactId>scala-csv_2.13</artifactId>
  <version>1.4.1</version>
</dependency>

compile group: 'com.github.tototoshi', name: 'scala-csv_2.13', version: '1.4.1'