All Downloads are FREE. Search and download functionalities are using the official Maven repository.

stcsv.3.3.0.source-code.module-info Maven / Gradle / Ivy

Go to download

Lightning-fast, dependency-free CSV library that conforms to RFC standards.

There is a newer version: 3.3.1
Show newest version
/**
 * FastCSV
 */
module de.siegmar.fastcsv {

    exports de.siegmar.fastcsv.reader;
    exports de.siegmar.fastcsv.writer;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy