
toryfx.oracledbStorage.2.2.9.source-code.module-info Maven / Gradle / Ivy
module io.github.factoryfx.oracledbStorage {
requires io.github.factoryfx.factory;
requires java.sql;
requires com.fasterxml.jackson.databind;
exports io.github.factoryfx.factory.datastorage.oracle;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy