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

toryfx.postgresqlStorage.3.2.2.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
module io.github.factoryfx.postgresqlStorage {
    requires io.github.factoryfx.factory;
    requires java.sql;
    requires com.google.common;

    exports io.github.factoryfx.factory.datastorage.postgres;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy