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

tmapper.sfm-jdbi.6.6.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 8.2.3
Show newest version
module org.simpleflatmapper.jdbi {
        requires transitive org.simpleflatmapper.map;
        requires org.simpleflatmapper.jdbc;
        requires transitive jdbi;
        requires transitive java.sql;

        exports org.simpleflatmapper.jdbi;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy