refcodes-filesystem.3.3.5.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-filesystem Show documentation
Show all versions of refcodes-filesystem Show documentation
Artifact for the refcodes virtual file system design.
module org.refcodes.filesystem {
requires org.refcodes.data;
requires transitive org.refcodes.component;
requires transitive org.refcodes.exception;
requires transitive org.refcodes.mixin;
requires java.logging;
exports org.refcodes.filesystem;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy