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

framework.colesico-jdbi.4.0.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
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