| Категории |
КатегорииRealm Данные Базы данных |
|---|---|
| Группа | Группаcom.github.marcelosmith77 |
| Идентификатор | Идентификаторandroid-realm |
| Версия | Версия1.00.00 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| android-realm-1.00.00.pom | |
| android-realm-1.00.00.aar | 12 KB |
| android-realm-1.00.00-sources.jar | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.marcelosmith77/android-realm/ -->
<dependency>
<groupId>com.github.marcelosmith77</groupId>
<artifactId>android-realm</artifactId>
<version>1.00.00</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcelosmith77/android-realm/
implementation 'com.github.marcelosmith77:android-realm:1.00.00'
// https://jarcasting.com/artifacts/com.github.marcelosmith77/android-realm/
implementation ("com.github.marcelosmith77:android-realm:1.00.00")
'com.github.marcelosmith77:android-realm:aar:1.00.00'
<dependency org="com.github.marcelosmith77" name="android-realm" rev="1.00.00">
<artifact name="android-realm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.marcelosmith77', module='android-realm', version='1.00.00')
)
libraryDependencies += "com.github.marcelosmith77" % "android-realm" % "1.00.00"
[com.github.marcelosmith77/android-realm "1.00.00"]