refcodes-io.3.3.7.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-io Show documentation
Show all versions of refcodes-io Show documentation
Artifact with commonly used I/O functionality and for connection related
issues such as receiving or transmitting data in a unified way.
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;
}