GroupId | GroupIdcom.github.stephanenicolas.toothpick |
---|---|
ArtifactId | ArtifactIdsmoothie-lifecycle-viewmodel |
Version | Version3.0.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/smoothie-lifecycle-viewmodel/ -->
<dependency>
<groupId>com.github.stephanenicolas.toothpick</groupId>
<artifactId>smoothie-lifecycle-viewmodel</artifactId>
<version>3.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/smoothie-lifecycle-viewmodel/
implementation 'com.github.stephanenicolas.toothpick:smoothie-lifecycle-viewmodel:3.0.0'
// https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/smoothie-lifecycle-viewmodel/
implementation ("com.github.stephanenicolas.toothpick:smoothie-lifecycle-viewmodel:3.0.0")
'com.github.stephanenicolas.toothpick:smoothie-lifecycle-viewmodel:aar:3.0.0'
<dependency org="com.github.stephanenicolas.toothpick" name="smoothie-lifecycle-viewmodel" rev="3.0.0">
<artifact name="smoothie-lifecycle-viewmodel" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas.toothpick', module='smoothie-lifecycle-viewmodel', version='3.0.0')
)
libraryDependencies += "com.github.stephanenicolas.toothpick" % "smoothie-lifecycle-viewmodel" % "3.0.0"
[com.github.stephanenicolas.toothpick/smoothie-lifecycle-viewmodel "3.0.0"]