| License |
License |
|---|---|
| GroupId | GroupIddev.sarquella.lifecyclecells |
| ArtifactId | ArtifactIdlifecyclecells |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionlifecyclecells
An Android library that provides a Lifecycle to any ViewHolder through the implementation of the LifecycleOwner interface, allowing it to interact with a Lifecycle-Aware Component.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lifecyclecells-1.0.2.pom | |
| lifecyclecells-1.0.2-sources.jar | 261 bytes |
| lifecyclecells-1.0.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.sarquella.lifecyclecells/lifecyclecells/ -->
<dependency>
<groupId>dev.sarquella.lifecyclecells</groupId>
<artifactId>lifecyclecells</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.sarquella.lifecyclecells/lifecyclecells/
implementation 'dev.sarquella.lifecyclecells:lifecyclecells:1.0.2'
// https://jarcasting.com/artifacts/dev.sarquella.lifecyclecells/lifecyclecells/
implementation ("dev.sarquella.lifecyclecells:lifecyclecells:1.0.2")
'dev.sarquella.lifecyclecells:lifecyclecells:aar:1.0.2'
<dependency org="dev.sarquella.lifecyclecells" name="lifecyclecells" rev="1.0.2">
<artifact name="lifecyclecells" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.sarquella.lifecyclecells', module='lifecyclecells', version='1.0.2')
)
libraryDependencies += "dev.sarquella.lifecyclecells" % "lifecyclecells" % "1.0.2"
[dev.sarquella.lifecyclecells/lifecyclecells "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.3.21 |
| androidx.appcompat » appcompat | jar | 1.0.2 |
| androidx.lifecycle » lifecycle-livedata | jar | 2.0.0 |
| androidx.recyclerview » recyclerview | jar | 1.0.0 |
| androidx.paging » paging-runtime | jar | 2.1.0 |