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

nked-data-store-persistence-provider-api.0.3.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 0.13
Show newest version
module no.ssb.lds.persistence.api {
    requires org.json;

    exports no.ssb.lds.api.persistence;
    exports no.ssb.lds.api.persistence.flattened;
    exports no.ssb.lds.api.persistence.streaming;
    exports no.ssb.lds.api.persistence.json;
    exports no.ssb.lds.api.specification;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy