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