is not current version
Last Version 0.0.3

com.github.sourabhgupta811:mvvmbase 0.0.1

mvvm base to quickly get started with new android projects

GroupId

GroupId

com.github.sourabhgupta811
ArtifactId

ArtifactId

mvvmbase
Version

Version

0.0.1
Type

Type

aar

Download mvvmbase 0.0.1


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