framework.colesico-jdbi.4.0.0.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 colesico-jdbi Show documentation
Show all versions of colesico-jdbi Show documentation
Colesico framework jDBI integration
module colesico.framework.jdbi {
requires transitive colesico.framework.config;
requires transitive colesico.framework.transaction;
requires transitive colesico.framework.hikaricp;
requires transitive java.sql;
requires transitive org.jdbi.v3.core;
requires org.slf4j;
requires org.apache.commons.lang3;
// API
exports colesico.framework.jdbi;
// Internals
exports colesico.framework.jdbi.internal to colesico.framework.ioc;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy