Loglifecycle Gradle Plugin

Logs all life cycle methods of an Activity on Android

License

License

GroupId

GroupId

com.github.stephanenicolas.loglifecycle
ArtifactId

ArtifactId

loglifecycle-plugin
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Loglifecycle Gradle Plugin
Logs all life cycle methods of an Activity on Android

Download loglifecycle-plugin

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
com.google.android : android jar 4.1.1.4
com.github.stephanenicolas.afterburner : afterburner-library jar 1.0.1
org.projectlombok : lombok jar 1.14.2
com.github.stephanenicolas.morpheus : morpheus-commons jar 1.0.7
com.github.stephanenicolas.loglifecycle : loglifecycle-annotations jar 1.0.3
com.github.stephanenicolas.javassist : javassist-build-plugin-api jar 1.0.0
com.github.stephanenicolas.morpheus : morpheus-plugin jar 1.0.7

test (7)

Group / Artifact Type Version
org.robolectric : robolectric jar 2.4.SNI
commons-logging : commons-logging jar 1.1.1
org.apache.httpcomponents : httpclient jar 4.1.1
com.google.android : android-test jar 4.1.1.4
org.bouncycastle : bcprov-jdk15 jar 1.46
junit : junit jar 4.11
org.easymock : easymock jar 3.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.1
1.0.0