refcodes-remoting.3.3.3.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 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 org.refcodes.controlflow;
requires org.refcodes.data;
requires org.refcodes.generator;
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.struct;
requires java.logging;
exports org.refcodes.remoting;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy