Categories |
CategoriesCryptomator Security |
---|---|
GroupId | GroupIdorg.cryptomator |
ArtifactId | ArtifactIdcryptofs |
Version | Version1.4.5 |
Type | Typejar |
Filename | Size |
---|---|
cryptofs-1.4.5.pom | |
cryptofs-1.4.5.jar | 227 KB |
cryptofs-1.4.5-sources.jar | 118 KB |
cryptofs-1.4.5-javadoc.jar | 357 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cryptomator/cryptofs/ -->
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>cryptofs</artifactId>
<version>1.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.cryptomator/cryptofs/
implementation 'org.cryptomator:cryptofs:1.4.5'
// https://jarcasting.com/artifacts/org.cryptomator/cryptofs/
implementation ("org.cryptomator:cryptofs:1.4.5")
'org.cryptomator:cryptofs:jar:1.4.5'
<dependency org="org.cryptomator" name="cryptofs" rev="1.4.5">
<artifact name="cryptofs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cryptomator', module='cryptofs', version='1.4.5')
)
libraryDependencies += "org.cryptomator" % "cryptofs" % "1.4.5"
[org.cryptomator/cryptofs "1.4.5"]