MVN

com.cocosw : lifecycle

Maven & Gradle

May 10, 2015
2 usages

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

<dependency>
    <groupId>com.cocosw</groupId>
    <artifactId>lifecycle</artifactId>
    <version>0.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cocosw : lifecycle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.2

All Versions

Choose a version of com.cocosw : lifecycle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
lifecycle-0.1.2
0.1
lifecycle-0.1

How to add a dependency to Maven

Add the following com.cocosw : lifecycle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cocosw</groupId>
    <artifactId>lifecycle</artifactId>
    <version>0.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cocosw : lifecycle gradle dependency to your build.gradle file:

implementation 'com.cocosw:lifecycle:0.1.2'

Gradle Kotlin DSL: Add the following com.cocosw : lifecycle gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cocosw:lifecycle:0.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cocosw : lifecycle sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cocosw" % "lifecycle" % "0.1.2"

Advertisement

Dependencies from Group

Apr 25, 2015
4 usages
574 stars
May 10, 2015
2 usages
Sep 12, 2014
2 usages
28 stars
Jul 25, 2019
2.2k stars
Oct 24, 2015

Discover Dependencies