lefs.0.1.6.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 modulefs Show documentation
Show all versions of modulefs Show documentation
The ModuleFS library provides a simple file system implementation to access the contents of Java modules in a unified way.
The newest version!
import io.xpipe.modulefs.ModuleFileSystemProvider;
import java.nio.file.spi.FileSystemProvider;
module io.xpipe.modulefs {
requires transitive jdk.zipfs;
exports io.xpipe.modulefs;
provides FileSystemProvider with ModuleFileSystemProvider;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy