stexcel-reader.0.18.2.source-code.module-info Maven / Gradle / Ivy
module org.dhatim.fastexcel.reader {
requires java.xml;
requires org.apache.commons.compress;
requires com.fasterxml.aalto;
exports org.dhatim.fastexcel.reader;
}
module org.dhatim.fastexcel.reader {
requires java.xml;
requires org.apache.commons.compress;
requires com.fasterxml.aalto;
exports org.dhatim.fastexcel.reader;
}