| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdcom.cardiomood.android |
| ArtifactId | ArtifactIdandroid-data-sync |
| Version | Version0.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| android-data-sync-0.2.pom | |
| android-data-sync-0.2.aar | 739 KB |
| android-data-sync-0.2-sources.jar | 13 KB |
| android-data-sync-0.2-javadoc.jar | 79 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cardiomood.android/android-data-sync/ -->
<dependency>
<groupId>com.cardiomood.android</groupId>
<artifactId>android-data-sync</artifactId>
<version>0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.cardiomood.android/android-data-sync/
implementation 'com.cardiomood.android:android-data-sync:0.2'
// https://jarcasting.com/artifacts/com.cardiomood.android/android-data-sync/
implementation ("com.cardiomood.android:android-data-sync:0.2")
'com.cardiomood.android:android-data-sync:aar:0.2'
<dependency org="com.cardiomood.android" name="android-data-sync" rev="0.2">
<artifact name="android-data-sync" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.cardiomood.android', module='android-data-sync', version='0.2')
)
libraryDependencies += "com.cardiomood.android" % "android-data-sync" % "0.2"
[com.cardiomood.android/android-data-sync "0.2"]