awdata.rawdata-client-provider-postgres.2.0.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rawdata-client-provider-postgres Show documentation
Show all versions of rawdata-client-provider-postgres Show documentation
Rawdata Client Provider PostgreSQL Database
The newest version!
module io.descoped.rawdata.postgres {
requires java.logging;
requires org.slf4j;
requires java.sql;
requires de.huxhorn.sulky.ulid;
requires com.zaxxer.hikari;
requires org.postgresql.jdbc;
requires io.descoped.dynamic.config;
requires io.descoped.rawdata.api;
requires io.descoped.service.provider.api;
opens io.descoped.rawdata.provider.postgres.init;
provides io.descoped.rawdata.api.RawdataClientInitializer with io.descoped.rawdata.provider.postgres.PostgresRawdataClientInitializer;
}