is not current version
Last Version 2.0.0

com.onepointsixtwo:dagger_viewmodel_android 1.0.1

The Android part of the dagger_viewmodel lib

Categories

Categories

Dagger Application Layer Libs Dependency Injection
GroupId

GroupId

com.onepointsixtwo
ArtifactId

ArtifactId

dagger_viewmodel_android
Version

Version

1.0.1
Type

Type

aar

Download dagger_viewmodel_android 1.0.1


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