refcodes-filesystem.1.10.0.source-code.module-info.off Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of refcodes-filesystem Show documentation
Show all versions of refcodes-filesystem Show documentation
Artifact for the refcodes virtual file system design.
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