
ot8-common-serialization.1.2.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 annot8-common-serialization Show documentation
Show all versions of annot8-common-serialization Show documentation
Tools for serialization of components
/** Module for serialization classes */
module io.annot8.common.serialization {
requires transitive io.annot8.api;
requires transitive org.slf4j;
requires transitive jakarta.json;
requires transitive jakarta.json.bind;
exports io.annot8.common.serialization;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy