Download cryptofs-1.5.0.jar file - Jar c

Jar examples for c:cryptofs

Description

This library provides the Java filesystem provider used by Cryptomator.

You can download jar file cryptofs 1.5.0 in this page.

License

GNU Affero General Public License (AGPL) version 3.0

Build File

You can use the following script to add cryptofs-1.5.0.jar to your project.

<dependency>
   <groupId>org.cryptomator</groupId>
   <artifactId>cryptofs</artifactId>
   <version>1.5.0</version>
</dependency>
compile group: 'org.cryptomator', name: 'cryptofs', version: '1.5.0'
libraryDependencies += "org.cryptomator" % "cryptofs" % "1.5.0"
<dependency org="org.cryptomator" name="cryptofs" rev="1.5.0"/>
@Grapes(@Grab(group='org.cryptomator', module='cryptofs', version='1.5.0'))
'org.cryptomator:cryptofs:jar:1.5.0'

Download

Click the following link to download the jar file.

cryptofs-1.5.0-javadoc.jar
cryptofs-1.5.0-sources.jar
cryptofs-1.5.0.jar
cryptofs-1.5.0.pom



Related Tutorials