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

refcodes-io.3.3.4.source-code.module-info Maven / Gradle / Ivy

Go to download

Artifact with commonly used I/O functionality and for connection related issues such as receiving or transmitting data in a unified way.

There is a newer version: 3.3.8
Show newest version
module org.refcodes.io {
	requires org.refcodes.controlflow;
	requires org.refcodes.data;
	requires org.refcodes.numerical;
	requires transitive org.refcodes.textual;
	requires transitive org.refcodes.exception;
	requires transitive org.refcodes.component;
	requires transitive org.refcodes.mixin;
	requires transitive org.refcodes.struct;
	requires org.refcodes.runtime;

	exports org.refcodes.io;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy