is not current version
Last Version 1.0.5

android-view-lifecycle 1.0.4

Extensions for Android View class that let you access a view lifecycle without having to create a custom view (extend a View)

License

License

GroupId

GroupId

com.gorisse.thomas
ArtifactId

ArtifactId

android-view-lifecycle
Version

Version

1.0.4
Type

Type

aar
Description

Description

android-view-lifecycle
Extensions for Android View class that let you access a view lifecycle without having to create a custom view (extend a View)
Project URL

Project URL

https://github.com/ThomasGorisse/AndroidViewLifecycle
Source Code Management

Source Code Management

https://github.com/thomasgorisse/androidviewlifecycle/tree/main

Download android-view-lifecycle 1.0.4


<!-- https://jarcasting.com/artifacts/com.gorisse.thomas/android-view-lifecycle/ -->
<dependency>
    <groupId>com.gorisse.thomas</groupId>
    <artifactId>android-view-lifecycle</artifactId>
    <version>1.0.4</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.gorisse.thomas/android-view-lifecycle/
implementation 'com.gorisse.thomas:android-view-lifecycle:1.0.4'
// https://jarcasting.com/artifacts/com.gorisse.thomas/android-view-lifecycle/
implementation ("com.gorisse.thomas:android-view-lifecycle:1.0.4")
'com.gorisse.thomas:android-view-lifecycle:aar:1.0.4'
<dependency org="com.gorisse.thomas" name="android-view-lifecycle" rev="1.0.4">
  <artifact name="android-view-lifecycle" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.gorisse.thomas', module='android-view-lifecycle', version='1.0.4')
)
libraryDependencies += "com.gorisse.thomas" % "android-view-lifecycle" % "1.0.4"
[com.gorisse.thomas/android-view-lifecycle "1.0.4"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.31

runtime (4)

Group / Artifact Type Version
androidx.core » core-ktx jar 1.6.0
androidx.fragment » fragment-ktx jar 1.3.6
androidx.lifecycle » lifecycle-common-java8 jar 2.3.1
androidx.lifecycle » lifecycle-runtime-ktx jar 2.3.1

Project Modules

There are no modules declared in this project.