MVN

com.dropbox.mobile.store : store4

Maven & Gradle

Mar 30, 2022
22 usages
3k stars

com.dropbox.mobile.store · Store4 is built with Kotlin Coroutines

<dependency>
    <groupId>com.dropbox.mobile.store</groupId>
    <artifactId>store4</artifactId>
    <version>4.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dropbox.mobile.store : store4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.5
  • Latest Beta: 4.0.0-beta01
  • Latest Alpha: 4.0.0-alpha07

All Versions

Choose a version of com.dropbox.mobile.store : store4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
store4-4.0.5
store4-4.0.4-KT15
store4-4.0.3-KT15
store4-4.0.2-KT15
store4-4.0.1
store4-4.0.0
store4-4.0.0-beta01
store4-4.0.0-alpha07
store4-4.0.0-alpha06
store4-4.0.0-alpha05
store4-4.0.0-alpha04
store4-4.0.0-alpha03
store4-4.0.0-alpha02
store4-4.0.0-alpha01

How to add a dependency to Maven

Add the following com.dropbox.mobile.store : store4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dropbox.mobile.store</groupId>
    <artifactId>store4</artifactId>
    <version>4.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dropbox.mobile.store : store4 gradle dependency to your build.gradle file:

implementation 'com.dropbox.mobile.store:store4:4.0.5'

Gradle Kotlin DSL: Add the following com.dropbox.mobile.store : store4 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dropbox.mobile.store:store4:4.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dropbox.mobile.store : store4 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dropbox.mobile.store" % "store4" % "4.0.5"

Advertisement