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