MVN

org.cryptomator : cloud-access

Maven & Gradle

Jan 24, 2022
1 usages
3 stars

Cryptomator CloudAccess in Java · CloudAccess is used in e.g. Cryptomator for Android to access different cloud providers.

<dependency>
    <groupId>org.cryptomator</groupId>
    <artifactId>cloud-access</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cryptomator : cloud-access to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3
  • Latest Beta: 1.2.0-beta1

All Versions

Choose a version of org.cryptomator : cloud-access to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
cloud-access-1.2.0-beta1
1.1.x
cloud-access-1.1.3
cloud-access-1.1.2
cloud-access-1.1.0
cloud-access-1.1.0-beta5
cloud-access-1.1.0-beta4
cloud-access-1.1.0-beta3
cloud-access-1.1.0-beta2
1.0.x
cloud-access-1.0.0
cloud-access-1.0.0-beta2
0.3.x
cloud-access-0.3.0
cloud-access-0.3.0-beta2
cloud-access-0.3.0-beta1
0.2.x
cloud-access-0.2.0
cloud-access-0.2.0-beta8
cloud-access-0.2.0-beta2
cloud-access-0.2.0-beta1
0.1.x
cloud-access-0.1.0-beta7

How to add a dependency to Maven

Add the following org.cryptomator : cloud-access maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cryptomator</groupId>
    <artifactId>cloud-access</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cryptomator : cloud-access gradle dependency to your build.gradle file:

implementation 'org.cryptomator:cloud-access:1.1.3'

Gradle Kotlin DSL: Add the following org.cryptomator : cloud-access gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cryptomator:cloud-access:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cryptomator : cloud-access sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cryptomator" % "cloud-access" % "1.1.3"

Advertisement