![JAR search and dependency download from the Maven repository](/logo.png)
apar.jsapar.2.4.0.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 jsapar Show documentation
Show all versions of jsapar Show documentation
The JSaPar package is a java library that provides a parser for flat and CSV (Comma Separated Values) files.
The newest version!
module org.jsapar {
requires java.xml;
exports org.jsapar;
exports org.jsapar.bean;
exports org.jsapar.compose;
exports org.jsapar.compose.bean;
exports org.jsapar.compose.string;
exports org.jsapar.concurrent;
exports org.jsapar.convert;
exports org.jsapar.error;
exports org.jsapar.model;
exports org.jsapar.parse;
exports org.jsapar.schema;
exports org.jsapar.text;
exports org.jsapar.parse.cell;
exports org.jsapar.text.format;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy