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