MVN

com.liferay.mobile : liferay-sync-web-android-sdk

Maven & Gradle

Aug 06, 2015
47 stars

Liferay Sync Android SDK · Liferay Sync Android SDK

<dependency>
    <groupId>com.liferay.mobile</groupId>
    <artifactId>liferay-sync-web-android-sdk</artifactId>
    <version>6.2.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay.mobile : liferay-sync-web-android-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.0.10

All Versions

Choose a version of com.liferay.mobile : liferay-sync-web-android-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
liferay-sync-web-android-sdk-6.2.0.10
liferay-sync-web-android-sdk-6.2.0.9
liferay-sync-web-android-sdk-6.2.0.8
liferay-sync-web-android-sdk-6.2.0.6
liferay-sync-web-android-sdk-6.2.0.4
liferay-sync-web-android-sdk-6.2.0.3
liferay-sync-web-android-sdk-6.2.0.2
liferay-sync-web-android-sdk-6.2.0.1
liferay-sync-web-android-sdk-6.2.0.7

How to add a dependency to Maven

Add the following com.liferay.mobile : liferay-sync-web-android-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay.mobile</groupId>
    <artifactId>liferay-sync-web-android-sdk</artifactId>
    <version>6.2.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay.mobile : liferay-sync-web-android-sdk gradle dependency to your build.gradle file:

implementation 'com.liferay.mobile:liferay-sync-web-android-sdk:6.2.0.10'

Gradle Kotlin DSL: Add the following com.liferay.mobile : liferay-sync-web-android-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay.mobile:liferay-sync-web-android-sdk:6.2.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay.mobile : liferay-sync-web-android-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay.mobile" % "liferay-sync-web-android-sdk" % "6.2.0.10"