MVN

com.salesforce.mobilesdk : SmartStore

Maven & Gradle

Jun 23, 2023
1 usages
335 stars

SmartStore · Official Salesforce Android SDK

<dependency>
    <groupId>com.salesforce.mobilesdk</groupId>
    <artifactId>SmartStore</artifactId>
    <version>11.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.salesforce.mobilesdk : SmartStore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.0.0

All Versions

Choose a version of com.salesforce.mobilesdk : SmartStore to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.0.x
SmartStore-11.0.0
10.2.x
SmartStore-10.2.0
10.1.x
SmartStore-10.1.1
SmartStore-10.1.0
10.0.x
SmartStore-10.0.0
9.2.x
SmartStore-9.2.1
SmartStore-9.2.0
9.1.x
SmartStore-9.1.1

How to add a dependency to Maven

Add the following com.salesforce.mobilesdk : SmartStore maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.salesforce.mobilesdk</groupId>
    <artifactId>SmartStore</artifactId>
    <version>11.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.salesforce.mobilesdk : SmartStore gradle dependency to your build.gradle file:

implementation 'com.salesforce.mobilesdk:SmartStore:11.0.0'

Gradle Kotlin DSL: Add the following com.salesforce.mobilesdk : SmartStore gradle kotlin dependency to your build.gradle.kts file:

implementation("com.salesforce.mobilesdk:SmartStore:11.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.salesforce.mobilesdk : SmartStore sbt scala dependency to your build.sbt file:

libraryDependencies += "com.salesforce.mobilesdk" % "SmartStore" % "11.0.0"

Advertisement