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

-postgres-extensions.3.19.13.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 3.19.11
Show newest version
/**
 * The jOOQ postgres extensions module.
 */
module org.jooq.postgres.extensions {

    // Other jOOQ modules
    requires transitive org.jooq;

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

    // Vendor specific JDBC drivers
    requires static org.postgresql.jdbc;

    exports org.jooq.postgres.extensions.bindings;
    exports org.jooq.postgres.extensions.converters;
    exports org.jooq.postgres.extensions.types;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy