| Группа | Группаio.github.danielblue |
|---|---|
| Идентификатор | Идентификаторmvvm-core |
| Версия | Версия1.0.17 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| mvvm-core-1.0.17.pom | |
| mvvm-core-1.0.17-sources.jar | 81 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.danielblue/mvvm-core/ -->
<dependency>
<groupId>io.github.danielblue</groupId>
<artifactId>mvvm-core</artifactId>
<version>1.0.17</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.danielblue/mvvm-core/
implementation 'io.github.danielblue:mvvm-core:1.0.17'
// https://jarcasting.com/artifacts/io.github.danielblue/mvvm-core/
implementation ("io.github.danielblue:mvvm-core:1.0.17")
'io.github.danielblue:mvvm-core:aar:1.0.17'
<dependency org="io.github.danielblue" name="mvvm-core" rev="1.0.17">
<artifact name="mvvm-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.danielblue', module='mvvm-core', version='1.0.17')
)
libraryDependencies += "io.github.danielblue" % "mvvm-core" % "1.0.17"
[io.github.danielblue/mvvm-core "1.0.17"]