is not current version
Last Version 0.1.2

com.cocosw:lifecycle 0.1

A 'compatibility' version of the ActivityLifecycleCallbacks APIs that were introduced in Android 4 (API Level 14) and adding similar mechanism for Fragment.

GroupId

GroupId

com.cocosw
ArtifactId

ArtifactId

lifecycle
Version

Version

0.1
Type

Type

jar

Download lifecycle 0.1


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