is not current version
Last Version 2.0.0

com.onepointsixtwo:dagger_viewmodel 1.0.1

Provides the annotation for usage with Dagger ViewModel annotation preprocessor

Categories

Categories

Dagger Application Layer Libs Dependency Injection
GroupId

GroupId

com.onepointsixtwo
ArtifactId

ArtifactId

dagger_viewmodel
Version

Version

1.0.1
Type

Type

jar

Download dagger_viewmodel 1.0.1


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