nked-data-store-persistence-provider-api.0.4.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-api Show documentation
Show all versions of linked-data-store-persistence-provider-api Show documentation
LinkedDataStore Persistence Provider API
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;
}