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

refcodes-io.2.0.4.source-code.module-info.off 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 static org.junit.jupiter.api;
    requires org.refcodes.controlflow;
    requires org.refcodes.data;
    requires org.refcodes.exception;
    requires org.refcodes.tabular;
    requires org.refcodes.textual;

    requires transitive org.refcodes.component;
    requires transitive org.refcodes.mixin;
    requires transitive org.refcodes.structure;

    exports org.refcodes.io;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy