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

refcodes-remoting.1.3.0.source-code.module-info.off Maven / Gradle / Ivy

Go to download

Artifact with proxy functionality for plain remote procedure calls (RPC), a POJO alternative to RMI.

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