Categories |
CategoriesCryptomator Security |
---|---|
GroupId | GroupIdorg.cryptomator |
ArtifactId | ArtifactIdcloud-access |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
cloud-access-0.3.0.pom | |
cloud-access-0.3.0.jar | 78 KB |
cloud-access-0.3.0-sources.jar | 37 KB |
cloud-access-0.3.0-javadoc.jar | 493 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cryptomator/cloud-access/ -->
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>cloud-access</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cryptomator/cloud-access/
implementation 'org.cryptomator:cloud-access:0.3.0'
// https://jarcasting.com/artifacts/org.cryptomator/cloud-access/
implementation ("org.cryptomator:cloud-access:0.3.0")
'org.cryptomator:cloud-access:jar:0.3.0'
<dependency org="org.cryptomator" name="cloud-access" rev="0.3.0">
<artifact name="cloud-access" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cryptomator', module='cloud-access', version='0.3.0')
)
libraryDependencies += "org.cryptomator" % "cloud-access" % "0.3.0"
[org.cryptomator/cloud-access "0.3.0"]