n-platform-postgres.13.6.3.source-code.module-info Maven / Gradle / Ivy
module io.ebean.platform.postgres {
exports io.ebean.platform.postgres;
exports io.ebean.platform.yugabyte;
exports io.ebean.platform.cockroach;
requires transitive io.ebean.api;
provides io.ebean.config.dbplatform.DatabasePlatformProvider with io.ebean.platform.postgres.PostgresPlatformProvider;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy