License |
License |
---|---|
GroupId | GroupIddev.icerock.moko |
ArtifactId | ArtifactIdmvvm-core-android-debug |
Last Version | Last Version0.11.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionMOKO mvvm
Model-View-ViewModel architecture components for mobile (android & ios) Kotlin Multiplatform development
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mvvm-core-android-debug-0.11.0.pom | |
mvvm-core-android-debug-0.11.0-sources.jar | 6 KB |
mvvm-core-android-debug-0.11.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/dev.icerock.moko/mvvm-core-android-debug/ -->
<dependency>
<groupId>dev.icerock.moko</groupId>
<artifactId>mvvm-core-android-debug</artifactId>
<version>0.11.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.icerock.moko/mvvm-core-android-debug/
implementation 'dev.icerock.moko:mvvm-core-android-debug:0.11.0'
// https://jarcasting.com/artifacts/dev.icerock.moko/mvvm-core-android-debug/
implementation ("dev.icerock.moko:mvvm-core-android-debug:0.11.0")
'dev.icerock.moko:mvvm-core-android-debug:aar:0.11.0'
<dependency org="dev.icerock.moko" name="mvvm-core-android-debug" rev="0.11.0">
<artifact name="mvvm-core-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.icerock.moko', module='mvvm-core-android-debug', version='0.11.0')
)
libraryDependencies += "dev.icerock.moko" % "mvvm-core-android-debug" % "0.11.0"
[dev.icerock.moko/mvvm-core-android-debug "0.11.0"]
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.2.0 |
androidx.lifecycle » lifecycle-viewmodel-ktx | jar | 2.2.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.20 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.20 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.5.0-native-mt |
dev.icerock.moko : mvvm-internal-android-debug | jar | 0.11.0 |