GroupId | GroupIdco.touchlab |
---|---|
ArtifactId | ArtifactIdkoin-android-viewmodel |
Version | Version2.1.4-mp |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/co.touchlab/koin-android-viewmodel/ -->
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>koin-android-viewmodel</artifactId>
<version>2.1.4-mp</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/koin-android-viewmodel/
implementation 'co.touchlab:koin-android-viewmodel:2.1.4-mp'
// https://jarcasting.com/artifacts/co.touchlab/koin-android-viewmodel/
implementation ("co.touchlab:koin-android-viewmodel:2.1.4-mp")
'co.touchlab:koin-android-viewmodel:aar:2.1.4-mp'
<dependency org="co.touchlab" name="koin-android-viewmodel" rev="2.1.4-mp">
<artifact name="koin-android-viewmodel" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='koin-android-viewmodel', version='2.1.4-mp')
)
libraryDependencies += "co.touchlab" % "koin-android-viewmodel" % "2.1.4-mp"
[co.touchlab/koin-android-viewmodel "2.1.4-mp"]