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

-meta.3.19.13.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 3.19.16
Show newest version
/**
 * The jOOQ meta module.
 */
module org.jooq.meta {

    // Other jOOQ modules
    requires transitive org.jooq;

    // Nullability annotations for better Kotlin interop
    requires static org.jetbrains.annotations;

    // JAXB is used optionally for loading a variety of XML content, including
    // - Settings (org.jooq.conf)
    // - InformationSchema (org.jooq.util.xml.jaxb)
    requires static jakarta.xml.bind;

    exports org.jooq.meta;
    exports org.jooq.meta.cubrid;
    exports org.jooq.meta.derby;
    exports org.jooq.meta.firebird;
    exports org.jooq.meta.h2;
    exports org.jooq.meta.hsqldb;
    exports org.jooq.meta.ignite;
    exports org.jooq.meta.jaxb;
    exports org.jooq.meta.jdbc;
    exports org.jooq.meta.mariadb;
    exports org.jooq.meta.mysql;
    exports org.jooq.meta.postgres;
    exports org.jooq.meta.sqlite;
    exports org.jooq.meta.xml;
    exports org.jooq.meta.yugabytedb;























}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy