MVN

com.salesforce.mobilesdk : MobileSync

Maven & Gradle

Jun 23, 2023
2 usages
339 stars

MobileSync · Official Salesforce Android SDK

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

Latest Version

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

  • Latest Stable: 11.0.0

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement