i

injectview-annotations

Logs all life cycle methods of an Activity on Android
https://github.com/stephannicolas/injectview/
The Apache Software License, Version 2.0
Stéphane NICOLAS
Files download
File Operation
injectview-annotations-1.0.2.jar download
injectview-annotations-1.0.2.pom download
injectview-annotations-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.stephanenicolas.injectview</groupId>
  <artifactId>injectview-annotations</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.stephanenicolas.injectview:injectview-annotations:1.0.2'
Gradle Kotlin
implementation("com.github.stephanenicolas.injectview:injectview-annotations:1.0.2")
Scala SBT
libraryDependencies += "com.github.stephanenicolas.injectview" % "injectview-annotations" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stephanenicolas.injectview', module='injectview-annotations', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.stephanenicolas.injectview" name="injectview-annotations" rev="1.0.2" />
Leiningen
[com.github.stephanenicolas.injectview/injectview-annotations "1.0.2"]
Apache Buildr
'com.github.stephanenicolas.injectview:injectview-annotations:jar:1.0.2'
Dependencies
The project has no third-party dependencies