refcodes-remoting.1.3.0.source-code.module-info.off Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of refcodes-remoting Show documentation
Show all versions of refcodes-remoting Show documentation
Artifact with proxy functionality for plain remote procedure calls
(RPC), a POJO alternative to RMI.
module org.refcodes.remoting {
// requires static org.junit.jupiter.api;
requires org.refcodes.controlflow;
requires org.refcodes.data;
requires org.refcodes.generator;
requires org.refcodes.logger;
requires org.refcodes.runtime;
requires transitive org.refcodes.component;
requires transitive org.refcodes.exception;
requires transitive org.refcodes.io;
requires transitive org.refcodes.mixin;
requires transitive org.refcodes.structure;
exports org.refcodes.remoting;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy