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

tmapper.sfm-springjdbc.8.2.3.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 9.0.2
Show newest version
module org.simpleflatmapper.jdbc.spring {
        requires transitive org.simpleflatmapper.map;
        requires org.simpleflatmapper.jdbc;
        requires transitive spring.jdbc;
        requires transitive spring.tx;
        requires transitive spring.beans;
        requires transitive spring.core;
        requires transitive java.sql;

        exports org.simpleflatmapper.jdbc.spring;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy