License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.doublesymmetry |
ArtifactId | ArtifactIdmultiplatform-viewmodel-android |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionMultiplatform ViewModel
Shared ViewModel in Kotlin Multiplatform
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.doublesymmetry/multiplatform-viewmodel-android/ -->
<dependency>
<groupId>com.doublesymmetry</groupId>
<artifactId>multiplatform-viewmodel-android</artifactId>
<version>0.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.doublesymmetry/multiplatform-viewmodel-android/
implementation 'com.doublesymmetry:multiplatform-viewmodel-android:0.0.3'
// https://jarcasting.com/artifacts/com.doublesymmetry/multiplatform-viewmodel-android/
implementation ("com.doublesymmetry:multiplatform-viewmodel-android:0.0.3")
'com.doublesymmetry:multiplatform-viewmodel-android:aar:0.0.3'
<dependency org="com.doublesymmetry" name="multiplatform-viewmodel-android" rev="0.0.3">
<artifact name="multiplatform-viewmodel-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.doublesymmetry', module='multiplatform-viewmodel-android', version='0.0.3')
)
libraryDependencies += "com.doublesymmetry" % "multiplatform-viewmodel-android" % "0.0.3"
[com.doublesymmetry/multiplatform-viewmodel-android "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.10 |
androidx.lifecycle » lifecycle-viewmodel-ktx | jar | 2.4.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.6.1 |