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

lefs.0.1.6.source-code.module-info Maven / Gradle / Ivy

Go to download

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