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

tmapper.sfm-jooq.7.0.2.source-code.module-info Maven / Gradle / Ivy

import org.simpleflatmapper.converter.ContextualConverterFactoryProducer;

module org.simpleflatmapper.jooq {
        requires transitive org.simpleflatmapper.map;
        requires org.simpleflatmapper.jdbc;
        requires transitive org.jooq;
        requires java.sql;
        exports org.simpleflatmapper.jooq;

        provides ContextualConverterFactoryProducer
                with org.simpleflatmapper.jooq.converter.JooqConverterFactoryProducer;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy