is not current version
Last Version 1.2.2

moe.tlaster:precompose-android 1.1.5

A third-party Jetbrains Compose library with ViewModel, LiveData and Navigation support.

GroupId

GroupId

moe.tlaster
ArtifactId

ArtifactId

precompose-android
Version

Version

1.1.5
Type

Type

aar

Download precompose-android 1.1.5


<!-- https://jarcasting.com/artifacts/moe.tlaster/precompose-android/ -->
<dependency>
    <groupId>moe.tlaster</groupId>
    <artifactId>precompose-android</artifactId>
    <version>1.1.5</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/moe.tlaster/precompose-android/
implementation 'moe.tlaster:precompose-android:1.1.5'
// https://jarcasting.com/artifacts/moe.tlaster/precompose-android/
implementation ("moe.tlaster:precompose-android:1.1.5")
'moe.tlaster:precompose-android:aar:1.1.5'
<dependency org="moe.tlaster" name="precompose-android" rev="1.1.5">
  <artifact name="precompose-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='moe.tlaster', module='precompose-android', version='1.1.5')
)
libraryDependencies += "moe.tlaster" % "precompose-android" % "1.1.5"
[moe.tlaster/precompose-android "1.1.5"]