MVN

me.proton.core : account-recovery-data

Maven & Gradle

Aug 23, 2023
111 stars

account-recovery-data · Proton Core libraries for Android

<dependency>
    <groupId>me.proton.core</groupId>
    <artifactId>account-recovery-data</artifactId>
    <version>15.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.proton.core : account-recovery-data to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 15.0.0

All Versions

Choose a version of me.proton.core : account-recovery-data to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
15.0.x
account-recovery-data-15.0.0
14.1.x
account-recovery-data-14.1.0
14.0.x
account-recovery-data-14.0.1
account-recovery-data-14.0.0
13.0.x
account-recovery-data-13.0.1
account-recovery-data-13.0.0
12.0.x
account-recovery-data-12.0.0
11.0.x
account-recovery-data-11.0.0

How to add a dependency to Maven

Add the following me.proton.core : account-recovery-data maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.proton.core</groupId>
    <artifactId>account-recovery-data</artifactId>
    <version>15.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.proton.core : account-recovery-data gradle dependency to your build.gradle file:

implementation 'me.proton.core:account-recovery-data:15.0.0'

Gradle Kotlin DSL: Add the following me.proton.core : account-recovery-data gradle kotlin dependency to your build.gradle.kts file:

implementation("me.proton.core:account-recovery-data:15.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.proton.core : account-recovery-data sbt scala dependency to your build.sbt file:

libraryDependencies += "me.proton.core" % "account-recovery-data" % "15.0.0"

Advertisement