GroupId | GroupIdcom.liferay.mobile |
---|---|
ArtifactId | ArtifactIdliferay-sync-web-android-sdk |
Version | Version6.2.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay.mobile/liferay-sync-web-android-sdk/ -->
<dependency>
<groupId>com.liferay.mobile</groupId>
<artifactId>liferay-sync-web-android-sdk</artifactId>
<version>6.2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.mobile/liferay-sync-web-android-sdk/
implementation 'com.liferay.mobile:liferay-sync-web-android-sdk:6.2.0.4'
// https://jarcasting.com/artifacts/com.liferay.mobile/liferay-sync-web-android-sdk/
implementation ("com.liferay.mobile:liferay-sync-web-android-sdk:6.2.0.4")
'com.liferay.mobile:liferay-sync-web-android-sdk:jar:6.2.0.4'
<dependency org="com.liferay.mobile" name="liferay-sync-web-android-sdk" rev="6.2.0.4">
<artifact name="liferay-sync-web-android-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay.mobile', module='liferay-sync-web-android-sdk', version='6.2.0.4')
)
libraryDependencies += "com.liferay.mobile" % "liferay-sync-web-android-sdk" % "6.2.0.4"
[com.liferay.mobile/liferay-sync-web-android-sdk "6.2.0.4"]