viewmodel-compose

Bindings for ViewModels object to be used with compose

License

License

MIT License
GroupId

GroupId

tz.co.asoft
ArtifactId

ArtifactId

viewmodel-compose-android
Last Version

Last Version

0.2.29
Release Date

Release Date

Type

Type

aar
Description

Description

viewmodel-compose
Bindings for ViewModels object to be used with compose

Download viewmodel-compose-android

How to add to project

<!-- https://jarcasting.com/artifacts/tz.co.asoft/viewmodel-compose-android/ -->
<dependency>
    <groupId>tz.co.asoft</groupId>
    <artifactId>viewmodel-compose-android</artifactId>
    <version>0.2.29</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/tz.co.asoft/viewmodel-compose-android/
implementation 'tz.co.asoft:viewmodel-compose-android:0.2.29'
// https://jarcasting.com/artifacts/tz.co.asoft/viewmodel-compose-android/
implementation ("tz.co.asoft:viewmodel-compose-android:0.2.29")
'tz.co.asoft:viewmodel-compose-android:aar:0.2.29'
<dependency org="tz.co.asoft" name="viewmodel-compose-android" rev="0.2.29">
  <artifact name="viewmodel-compose-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='tz.co.asoft', module='viewmodel-compose-android', version='0.2.29')
)
libraryDependencies += "tz.co.asoft" % "viewmodel-compose-android" % "0.2.29"
[tz.co.asoft/viewmodel-compose-android "0.2.29"]

Dependencies

compile (5)

Group / Artifact Type Version
androidx.lifecycle » lifecycle-viewmodel-compose jar 2.4.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10
tz.co.asoft : viewmodel-core-android jar 0.2.29
tz.co.asoft : live-compose-jvm jar 0.2.29
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.6.10

runtime (1)

Group / Artifact Type Version
androidx.compose.runtime » runtime jar 1.1.0-beta04

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.29
0.2.28
0.2.27
0.2.26
0.2.25
0.2.23
0.2.22
0.2.21
0.2.20
0.2.10
0.2.0
0.1.30