scala-csv is a Scala library for reading and writing CSV files with a simple API.
<dependency>
<groupId>com.github.tototoshi</groupId>
<artifactId>scala-csv_2.10</artifactId>
<version>2.0.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Reads all rows from a CSV file and prints them.
Upgrade to a newer scala-csv version if using a newer Scala version.
No dependency data recorded yet.