stcsv.3.3.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastcsv Show documentation
Show all versions of fastcsv Show documentation
Lightning-fast, dependency-free CSV library that conforms to RFC standards.
The newest version!
/**
* FastCSV
*/
module de.siegmar.fastcsv {
exports de.siegmar.fastcsv.reader;
exports de.siegmar.fastcsv.writer;
}