nked-data-store-persistence-provider-api.0.10.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 io.reactivex.rxjava2;
requires org.reactivestreams;
requires com.github.akarnokd.rxjava2jdk9interop;
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
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.persistence.reactivex;
exports no.ssb.lds.api.specification;
exports no.ssb.lds.api.json;
}