License |
License |
---|---|
Categories |
CategoriesCryptomator Security |
GroupId | GroupIdorg.cryptomator |
ArtifactId | ArtifactIdjfuse-examples |
Last Version | Last Version0.1.0-beta1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjFUSE Examples
Java bindings for FUSE using foreign functions & memory API
|
Filename | Size |
---|---|
jfuse-examples-0.1.0-beta1.pom | |
jfuse-examples-0.1.0-beta1.jar | 24 KB |
jfuse-examples-0.1.0-beta1-sources.jar | 10 KB |
jfuse-examples-0.1.0-beta1-javadoc.jar | 142 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cryptomator/jfuse-examples/ -->
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>jfuse-examples</artifactId>
<version>0.1.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.cryptomator/jfuse-examples/
implementation 'org.cryptomator:jfuse-examples:0.1.0-beta1'
// https://jarcasting.com/artifacts/org.cryptomator/jfuse-examples/
implementation ("org.cryptomator:jfuse-examples:0.1.0-beta1")
'org.cryptomator:jfuse-examples:jar:0.1.0-beta1'
<dependency org="org.cryptomator" name="jfuse-examples" rev="0.1.0-beta1">
<artifact name="jfuse-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cryptomator', module='jfuse-examples', version='0.1.0-beta1')
)
libraryDependencies += "org.cryptomator" % "jfuse-examples" % "0.1.0-beta1"
[org.cryptomator/jfuse-examples "0.1.0-beta1"]
Group / Artifact | Type | Version |
---|---|---|
org.cryptomator : jfuse-api | jar | 0.1.0-beta1 |
org.slf4j : slf4j-simple | jar | 2.0.0-alpha6 |