License |
License |
---|---|
GroupId | GroupIdcom.github.sourabhgupta811 |
ArtifactId | ArtifactIdmvvmbase |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionmvvmbase
mvvm base to quickly get started with new android projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mvvmbase-0.0.3.pom | |
mvvmbase-0.0.3.aar | 44 KB |
mvvmbase-0.0.3-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sourabhgupta811/mvvmbase/ -->
<dependency>
<groupId>com.github.sourabhgupta811</groupId>
<artifactId>mvvmbase</artifactId>
<version>0.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sourabhgupta811/mvvmbase/
implementation 'com.github.sourabhgupta811:mvvmbase:0.0.3'
// https://jarcasting.com/artifacts/com.github.sourabhgupta811/mvvmbase/
implementation ("com.github.sourabhgupta811:mvvmbase:0.0.3")
'com.github.sourabhgupta811:mvvmbase:aar:0.0.3'
<dependency org="com.github.sourabhgupta811" name="mvvmbase" rev="0.0.3">
<artifact name="mvvmbase" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.sourabhgupta811', module='mvvmbase', version='0.0.3')
)
libraryDependencies += "com.github.sourabhgupta811" % "mvvmbase" % "0.0.3"
[com.github.sourabhgupta811/mvvmbase "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
androidx.databinding » viewbinding | jar | 4.1.1 |
androidx.databinding » databinding-common | jar | 4.1.1 |
androidx.databinding » databinding-runtime | jar | 4.1.1 |
androidx.databinding » databinding-adapters | jar | 4.1.1 |
androidx.lifecycle » lifecycle-viewmodel-ktx | jar | 2.2.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.4.1 |
org.jetbrains.kotlinx : kotlinx-coroutines-android | jar | 1.4.1 |
com.google.dagger : dagger | jar | 2.30.1 |
com.google.dagger : dagger-android | jar | 2.30.1 |
com.google.dagger : dagger-android-support | jar | 2.30.1 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.20 |
androidx.core » core-ktx | jar | 1.3.2 |
androidx.appcompat » appcompat | jar | 1.2.0 |