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

ection-pool-jdbc.0.0.1.source-code.module-info Maven / Gradle / Ivy

The newest version!
module org.xbib.io.jdbc.pool {
    exports org.xbib.io.pool.jdbc;
    exports org.xbib.io.pool.jdbc.util;
    requires java.logging;
    requires transitive java.sql;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy