Download cryptolib-1.0.8.jar file - Jar c

Jar examples for c:cryptolib

Description

This library contains all cryptographic functions that are used by Cryptomator.

You can download jar file cryptolib 1.0.8 in this page.

License

GNU Affero General Public License (AGPL) version 3.0

Build File

You can use the following script to add cryptolib-1.0.8.jar to your project.

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

Download

Click the following link to download the jar file.

cryptolib-1.0.8-javadoc.jar
cryptolib-1.0.8-sources.jar
cryptolib-1.0.8.jar
cryptolib-1.0.8.pom



Related Tutorials