toryfx.oracledbStorage.3.2.2.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 oracledbStorage Show documentation
Show all versions of oracledbStorage Show documentation
factoryfx dependency injection framework
module io.github.factoryfx.oracledbStorage {
requires io.github.factoryfx.factory;
requires java.sql;
exports io.github.factoryfx.factory.datastorage.oracle;
}