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

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

Go to download

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

The newest version!
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 - 2025 Weber Informatics LLC | Privacy Policy