License |
License |
---|---|
Categories |
CategoriesCryptomator Security |
GroupId | GroupIdorg.cryptomator |
ArtifactId | ArtifactIdjfuse |
Last Version | Last Version0.1.0-beta1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionjFUSE
Java bindings for FUSE using foreign functions & memory API
|
Project URL |
Project URL |
Filename | Size |
---|---|
jfuse-0.1.0-beta1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cryptomator/jfuse/ -->
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>jfuse</artifactId>
<version>0.1.0-beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cryptomator/jfuse/
implementation 'org.cryptomator:jfuse:0.1.0-beta1'
// https://jarcasting.com/artifacts/org.cryptomator/jfuse/
implementation ("org.cryptomator:jfuse:0.1.0-beta1")
'org.cryptomator:jfuse:pom:0.1.0-beta1'
<dependency org="org.cryptomator" name="jfuse" rev="0.1.0-beta1">
<artifact name="jfuse" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cryptomator', module='jfuse', version='0.1.0-beta1')
)
libraryDependencies += "org.cryptomator" % "jfuse" % "0.1.0-beta1"
[org.cryptomator/jfuse "0.1.0-beta1"]