or.jfuse-mac.0.4.0.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 jfuse-mac Show documentation
Show all versions of jfuse-mac Show documentation
Java FUSE bindings for macOS x86_64 and arm64
import org.cryptomator.jfuse.api.FuseBuilder;
import org.cryptomator.jfuse.mac.MacFuseBuilder;
/**
* jFUSE implementation for macOS.
*
* @provides FuseBuilder FUSE builder for macOS
*/
module org.cryptomator.jfuse.mac {
requires static org.jetbrains.annotations;
requires org.cryptomator.jfuse.api;
provides FuseBuilder with MacFuseBuilder;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy