| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdcom.cardiomood.android |
| ArtifactId | ArtifactIdandroid-data-sync |
| Version | Version0.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| android-data-sync-0.1.pom | |
| android-data-sync-0.1.aar | 738 KB |
| android-data-sync-0.1-sources.jar | 13 KB |
| android-data-sync-0.1-javadoc.jar | 74 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.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.cardiomood.android/android-data-sync/
implementation 'com.cardiomood.android:android-data-sync:0.1'
// https://jarcasting.com/artifacts/com.cardiomood.android/android-data-sync/
implementation ("com.cardiomood.android:android-data-sync:0.1")
'com.cardiomood.android:android-data-sync:aar:0.1'
<dependency org="com.cardiomood.android" name="android-data-sync" rev="0.1">
<artifact name="android-data-sync" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.cardiomood.android', module='android-data-sync', version='0.1')
)
libraryDependencies += "com.cardiomood.android" % "android-data-sync" % "0.1"
[com.cardiomood.android/android-data-sync "0.1"]