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

ot8-common-serialization.1.2.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
/** 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