MVN

org.cryptomator : integrations-linux

Maven & Gradle

Aug 01, 2023
10 stars

integrations-linux · Provides optional Linux services used by Cryptomator

<dependency>
    <groupId>org.cryptomator</groupId>
    <artifactId>integrations-linux</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.1
  • Latest Release Candidate: 1.0.0-rc3
  • Latest Beta: 1.3.0-beta6

All Versions

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

Version Vulnerabilities Updated
1.3.x
integrations-linux-1.3.0-beta6
integrations-linux-1.3.0-beta5
integrations-linux-1.3.0-beta4
integrations-linux-1.3.0-beta3
integrations-linux-1.3.0-beta2
integrations-linux-1.3.0-beta1
1.2.x
integrations-linux-1.2.1
integrations-linux-1.2.0
integrations-linux-1.2.0-beta2
integrations-linux-1.2.0-beta1
1.1.x
integrations-linux-1.1.0
integrations-linux-1.1.0-beta2
integrations-linux-1.1.0-beta1
1.0.x
integrations-linux-1.0.1
integrations-linux-1.0.0
integrations-linux-1.0.0-rc3
integrations-linux-1.0.0-rc2
integrations-linux-1.0.0-rc1
integrations-linux-1.0.0-beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.cryptomator</groupId>
    <artifactId>integrations-linux</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.cryptomator:integrations-linux:1.2.1'

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

implementation("org.cryptomator:integrations-linux:1.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.cryptomator" % "integrations-linux" % "1.2.1"

Advertisement