MVN

it.sephiroth.android.library.debuglog : debuglog-annotations

Maven & Gradle

Nov 25, 2021
0 stars

debuglog-annotations · Android gradle plugin which inject at compile time method logging (initially forked from Hunter-Debug)

<dependency>
    <groupId>it.sephiroth.android.library.debuglog</groupId>
    <artifactId>debuglog-annotations</artifactId>
    <version>0.0.4-rc3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.sephiroth.android.library.debuglog : debuglog-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4-rc3
  • Latest Release Candidate: 0.0.4-rc3

All Versions

Choose a version of it.sephiroth.android.library.debuglog : debuglog-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
debuglog-annotations-0.0.4-rc3
debuglog-annotations-0.0.4-rc2
debuglog-annotations-0.0.4-rc1
debuglog-annotations-0.0.3-rc1

How to add a dependency to Maven

Add the following it.sephiroth.android.library.debuglog : debuglog-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.sephiroth.android.library.debuglog</groupId>
    <artifactId>debuglog-annotations</artifactId>
    <version>0.0.4-rc3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.sephiroth.android.library.debuglog : debuglog-annotations gradle dependency to your build.gradle file:

implementation 'it.sephiroth.android.library.debuglog:debuglog-annotations:0.0.4-rc3'

Gradle Kotlin DSL: Add the following it.sephiroth.android.library.debuglog : debuglog-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("it.sephiroth.android.library.debuglog:debuglog-annotations:0.0.4-rc3")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.sephiroth.android.library.debuglog : debuglog-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "it.sephiroth.android.library.debuglog" % "debuglog-annotations" % "0.0.4-rc3"