| Categories |
CategoriesCryptomator Security |
|---|---|
| GroupId | GroupIdorg.cryptomator |
| ArtifactId | ArtifactIdcryptolib |
| Version | Version2.0.0-rc1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cryptolib-2.0.0-rc1.pom | |
| cryptolib-2.0.0-rc1.jar | 84 KB |
| cryptolib-2.0.0-rc1-sources.jar | 58 KB |
| cryptolib-2.0.0-rc1-javadoc.jar | 570 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.cryptomator/cryptolib/ -->
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>cryptolib</artifactId>
<version>2.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/org.cryptomator/cryptolib/
implementation 'org.cryptomator:cryptolib:2.0.0-rc1'
// https://jarcasting.com/artifacts/org.cryptomator/cryptolib/
implementation ("org.cryptomator:cryptolib:2.0.0-rc1")
'org.cryptomator:cryptolib:jar:2.0.0-rc1'
<dependency org="org.cryptomator" name="cryptolib" rev="2.0.0-rc1">
<artifact name="cryptolib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cryptomator', module='cryptolib', version='2.0.0-rc1')
)
libraryDependencies += "org.cryptomator" % "cryptolib" % "2.0.0-rc1"
[org.cryptomator/cryptolib "2.0.0-rc1"]