
or.jfuse-linux-aarch64.0.7.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-linux-aarch64 Show documentation
Show all versions of jfuse-linux-aarch64 Show documentation
Java FUSE bindings for Linux aarch64
The newest version!
import org.cryptomator.jfuse.api.FuseBuilder;
import org.cryptomator.jfuse.linux.aarch64.LinuxFuseBuilder;
/**
* jFUSE implementation for Linux (aarch64).
*
* @provides FuseBuilder FUSE builder for Linux (aarch64)
*/
@SuppressWarnings("JavaModuleNaming") // 64 is not a "version", see https://bugs.openjdk.java.net/browse/JDK-8264488
module org.cryptomator.jfuse.linux.aarch64 {
requires static org.jetbrains.annotations;
requires org.cryptomator.jfuse.api;
provides FuseBuilder with LinuxFuseBuilder;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy