GroupId | GroupIdcom.github.skydoves |
---|---|
ArtifactId | ArtifactIdviewmodel-lifecycle-coroutines |
Version | Version1.0.1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.skydoves/viewmodel-lifecycle-coroutines/ -->
<dependency>
<groupId>com.github.skydoves</groupId>
<artifactId>viewmodel-lifecycle-coroutines</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skydoves/viewmodel-lifecycle-coroutines/
implementation 'com.github.skydoves:viewmodel-lifecycle-coroutines:1.0.1'
// https://jarcasting.com/artifacts/com.github.skydoves/viewmodel-lifecycle-coroutines/
implementation ("com.github.skydoves:viewmodel-lifecycle-coroutines:1.0.1")
'com.github.skydoves:viewmodel-lifecycle-coroutines:aar:1.0.1'
<dependency org="com.github.skydoves" name="viewmodel-lifecycle-coroutines" rev="1.0.1">
<artifact name="viewmodel-lifecycle-coroutines" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skydoves', module='viewmodel-lifecycle-coroutines', version='1.0.1')
)
libraryDependencies += "com.github.skydoves" % "viewmodel-lifecycle-coroutines" % "1.0.1"
[com.github.skydoves/viewmodel-lifecycle-coroutines "1.0.1"]