| GroupId | GroupIdtz.co.asoft |
|---|---|
| ArtifactId | ArtifactIdviewmodel-compose-android |
| Version | Version0.2.20 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| viewmodel-compose-android-0.2.20.pom | |
| viewmodel-compose-android-0.2.20-sources.jar | 745 bytes |
| viewmodel-compose-android-0.2.20-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.20</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/tz.co.asoft/viewmodel-compose-android/
implementation 'tz.co.asoft:viewmodel-compose-android:0.2.20'
// https://jarcasting.com/artifacts/tz.co.asoft/viewmodel-compose-android/
implementation ("tz.co.asoft:viewmodel-compose-android:0.2.20")
'tz.co.asoft:viewmodel-compose-android:aar:0.2.20'
<dependency org="tz.co.asoft" name="viewmodel-compose-android" rev="0.2.20">
<artifact name="viewmodel-compose-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='tz.co.asoft', module='viewmodel-compose-android', version='0.2.20')
)
libraryDependencies += "tz.co.asoft" % "viewmodel-compose-android" % "0.2.20"
[tz.co.asoft/viewmodel-compose-android "0.2.20"]