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