ection-pool-jdbc.0.0.1.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 connection-pool-jdbc Show documentation
Show all versions of connection-pool-jdbc Show documentation
JDBC connection pooling for Java 11+
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;
}