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

refcodes-filesystem.1.10.0.source-code.module-info.off Maven / Gradle / Ivy

There is a newer version: 3.3.9
Show newest version
module org.refcodes.filesystem {
    // requires static org.junit.jupiter.api;
    requires commons.io;
    requires org.refcodes.data;
    requires org.refcodes.logger;

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

    exports org.refcodes.filesystem;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy