| Категории |
КатегорииДанные |
|---|---|
| Группа | Группаcom.cardiomood.android |
| Идентификатор | Идентификаторandroid-data-sync |
| Версия | Версия0.2.2 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| android-data-sync-0.2.2.pom | |
| android-data-sync-0.2.2.aar | 768 KB |
| android-data-sync-0.2.2-sources.jar | 13 KB |
| android-data-sync-0.2.2-javadoc.jar | 79 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cardiomood.android/android-data-sync/ -->
<dependency>
<groupId>com.cardiomood.android</groupId>
<artifactId>android-data-sync</artifactId>
<version>0.2.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.2'
// https://jarcasting.com/artifacts/com.cardiomood.android/android-data-sync/
implementation ("com.cardiomood.android:android-data-sync:0.2.2")
'com.cardiomood.android:android-data-sync:aar:0.2.2'
<dependency org="com.cardiomood.android" name="android-data-sync" rev="0.2.2">
<artifact name="android-data-sync" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.cardiomood.android', module='android-data-sync', version='0.2.2')
)
libraryDependencies += "com.cardiomood.android" % "android-data-sync" % "0.2.2"
[com.cardiomood.android/android-data-sync "0.2.2"]