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

n-platform-postgres.13.6.3.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 15.8.1
Show newest version
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