GroupId | GroupIdcom.github.skydoves |
---|---|
ArtifactId | ArtifactIdviewmodel-lifecycle |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
viewmodel-lifecycle-1.0.0.pom | |
viewmodel-lifecycle-1.0.0.module | 2 KB |
viewmodel-lifecycle-1.0.0-sources.jar | 261 bytes |
viewmodel-lifecycle-1.0.0-javadoc.jar | 259 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skydoves/viewmodel-lifecycle/ -->
<dependency>
<groupId>com.github.skydoves</groupId>
<artifactId>viewmodel-lifecycle</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skydoves/viewmodel-lifecycle/
implementation 'com.github.skydoves:viewmodel-lifecycle:1.0.0'
// https://jarcasting.com/artifacts/com.github.skydoves/viewmodel-lifecycle/
implementation ("com.github.skydoves:viewmodel-lifecycle:1.0.0")
'com.github.skydoves:viewmodel-lifecycle:aar:1.0.0'
<dependency org="com.github.skydoves" name="viewmodel-lifecycle" rev="1.0.0">
<artifact name="viewmodel-lifecycle" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skydoves', module='viewmodel-lifecycle', version='1.0.0')
)
libraryDependencies += "com.github.skydoves" % "viewmodel-lifecycle" % "1.0.0"
[com.github.skydoves/viewmodel-lifecycle "1.0.0"]