не последняя версия
Последняя версия 0.0.3

com.github.sourabhgupta811:mvvmbase 0.0.2

mvvm base to quickly get started with new android projects

Группа

Группа

com.github.sourabhgupta811
Идентификатор

Идентификатор

mvvmbase
Версия

Версия

0.0.2
Тип

Тип

aar

Скачать mvvmbase 0.0.2


<!-- https://jarcasting.com/artifacts/com.github.sourabhgupta811/mvvmbase/ -->
<dependency>
    <groupId>com.github.sourabhgupta811</groupId>
    <artifactId>mvvmbase</artifactId>
    <version>0.0.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sourabhgupta811/mvvmbase/
implementation 'com.github.sourabhgupta811:mvvmbase:0.0.2'
// https://jarcasting.com/artifacts/com.github.sourabhgupta811/mvvmbase/
implementation ("com.github.sourabhgupta811:mvvmbase:0.0.2")
'com.github.sourabhgupta811:mvvmbase:aar:0.0.2'
<dependency org="com.github.sourabhgupta811" name="mvvmbase" rev="0.0.2">
  <artifact name="mvvmbase" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.sourabhgupta811', module='mvvmbase', version='0.0.2')
)
libraryDependencies += "com.github.sourabhgupta811" % "mvvmbase" % "0.0.2"
[com.github.sourabhgupta811/mvvmbase "0.0.2"]