.data-source.2.0.8.source-code.module-info.j Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of data-source Show documentation
Show all versions of data-source Show documentation
A utility to manage multiple named SQL database connection pools.
module com.networknt.data.source {
exports com.networknt.db;
requires com.networknt.config;
requires com.zaxxer.hikari;
requires java.sql;
}