nked-data-store-persistence-provider-foundationdb.0.2.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 linked-data-store-persistence-provider-foundationdb Show documentation
Show all versions of linked-data-store-persistence-provider-foundationdb Show documentation
LinkedDataStore FoundationDB persistence-provider
import no.ssb.lds.api.persistence.PersistenceInitializer;
module no.ssb.lds.persistence.foundationdb {
requires no.ssb.lds.persistence.api;
requires java.logging;
requires jul_to_slf4j;
requires fdb.java;
exports no.ssb.lds.core.persistence.foundationdb;
provides PersistenceInitializer with no.ssb.lds.core.persistence.foundationdb.FoundationDBInitializer;
}