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