
istributed-saga-serialization.0.1.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 distributed-saga-serialization Show documentation
Show all versions of distributed-saga-serialization Show documentation
Distributed Saga Serialization
module no.ssb.saga.serialization {
requires java.base;
requires json;
requires no.ssb.saga.api;
exports no.ssb.saga.serialization;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy