MVN

org.cryptomator : jfuse-win

Maven & Gradle

Apr 06, 2023
37 stars

jFUSE Windows · Java FUSE bindings for Windows x86_64 and arm64

<dependency>
    <groupId>org.cryptomator</groupId>
    <artifactId>jfuse-win</artifactId>
    <version>0.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cryptomator : jfuse-win to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.1

All Versions

Choose a version of org.cryptomator : jfuse-win to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
jfuse-win-0.5.1
jfuse-win-0.5.0
0.4.x
jfuse-win-0.4.2
jfuse-win-0.4.1
jfuse-win-0.4.0
0.3.x
jfuse-win-0.3.3
jfuse-win-0.3.2
jfuse-win-0.3.1
jfuse-win-0.3.0

How to add a dependency to Maven

Add the following org.cryptomator : jfuse-win maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cryptomator</groupId>
    <artifactId>jfuse-win</artifactId>
    <version>0.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cryptomator : jfuse-win gradle dependency to your build.gradle file:

implementation 'org.cryptomator:jfuse-win:0.5.1'

Gradle Kotlin DSL: Add the following org.cryptomator : jfuse-win gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cryptomator:jfuse-win:0.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cryptomator : jfuse-win sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cryptomator" % "jfuse-win" % "0.5.1"