is not current version
Last Version 2.4.2

org.cryptomator:cryptofs 2.1.0-rc1

This library provides the Java filesystem provider used by Cryptomator.

Categories

Categories

Cryptomator Security
GroupId

GroupId

org.cryptomator
ArtifactId

ArtifactId

cryptofs
Version

Version

2.1.0-rc1
Type

Type

jar

Download cryptofs 2.1.0-rc1


<!-- https://jarcasting.com/artifacts/org.cryptomator/cryptofs/ -->
<dependency>
    <groupId>org.cryptomator</groupId>
    <artifactId>cryptofs</artifactId>
    <version>2.1.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/org.cryptomator/cryptofs/
implementation 'org.cryptomator:cryptofs:2.1.0-rc1'
// https://jarcasting.com/artifacts/org.cryptomator/cryptofs/
implementation ("org.cryptomator:cryptofs:2.1.0-rc1")
'org.cryptomator:cryptofs:jar:2.1.0-rc1'
<dependency org="org.cryptomator" name="cryptofs" rev="2.1.0-rc1">
  <artifact name="cryptofs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cryptomator', module='cryptofs', version='2.1.0-rc1')
)
libraryDependencies += "org.cryptomator" % "cryptofs" % "2.1.0-rc1"
[org.cryptomator/cryptofs "2.1.0-rc1"]