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

nked-data-store-persistence-provider-foundationdb.0.2.source-code.module-info Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy