| License |
License
MIT License
|
|---|---|
| GroupId | GroupIdtz.co.asoft |
| ArtifactId | ArtifactIdviewmodel-compose-android |
| Version | Version0.2.0 |
| Type | Typeaar |
| Description |
Descriptionviewmodel-compose
Bindings for ViewModels object to be used with compose
|
| Filename | Size |
|---|---|
| viewmodel-compose-android-0.2.0.pom | |
| viewmodel-compose-android-0.2.0-sources.jar | 745 bytes |
| viewmodel-compose-android-0.2.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/tz.co.asoft/viewmodel-compose-android/ -->
<dependency>
<groupId>tz.co.asoft</groupId>
<artifactId>viewmodel-compose-android</artifactId>
<version>0.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/tz.co.asoft/viewmodel-compose-android/
implementation 'tz.co.asoft:viewmodel-compose-android:0.2.0'
// https://jarcasting.com/artifacts/tz.co.asoft/viewmodel-compose-android/
implementation ("tz.co.asoft:viewmodel-compose-android:0.2.0")
'tz.co.asoft:viewmodel-compose-android:aar:0.2.0'
<dependency org="tz.co.asoft" name="viewmodel-compose-android" rev="0.2.0">
<artifact name="viewmodel-compose-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='tz.co.asoft', module='viewmodel-compose-android', version='0.2.0')
)
libraryDependencies += "tz.co.asoft" % "viewmodel-compose-android" % "0.2.0"
[tz.co.asoft/viewmodel-compose-android "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| tz.co.asoft : viewmodel-core-android | jar | 0.2.0 |
| tz.co.asoft : live-compose-android | jar | 0.2.0 |
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.31 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.31 |
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.compose.runtime » runtime | jar | 1.1.0-beta02 |