is not current version
Last Version 2.1.0-beta4

org.cryptomator:cryptolib 2.0.3

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

Categories

Categories

Cryptomator Security
GroupId

GroupId

org.cryptomator
ArtifactId

ArtifactId

cryptolib
Version

Version

2.0.3
Type

Type

jar

Download cryptolib 2.0.3


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