MVN

io.palaima.debugdrawer : debugdrawer-base

Maven & Gradle

Jan 06, 2018
17 usages
1.1k stars

Debug Drawer Base Module · Android Debug Drawer Base Module

<dependency>
    <groupId>io.palaima.debugdrawer</groupId>
    <artifactId>debugdrawer-base</artifactId>
    <version>0.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.palaima.debugdrawer : debugdrawer-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.0

All Versions

Choose a version of io.palaima.debugdrawer : debugdrawer-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
debugdrawer-base-0.8.0
0.7.x
debugdrawer-base-0.7.9
debugdrawer-base-0.7.8
debugdrawer-base-0.7.7
debugdrawer-base-0.7.0
0.6.x
debugdrawer-base-0.6.2
debugdrawer-base-0.6.0

How to add a dependency to Maven

Add the following io.palaima.debugdrawer : debugdrawer-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.palaima.debugdrawer</groupId>
    <artifactId>debugdrawer-base</artifactId>
    <version>0.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.palaima.debugdrawer : debugdrawer-base gradle dependency to your build.gradle file:

implementation 'io.palaima.debugdrawer:debugdrawer-base:0.8.0'

Gradle Kotlin DSL: Add the following io.palaima.debugdrawer : debugdrawer-base gradle kotlin dependency to your build.gradle.kts file:

implementation("io.palaima.debugdrawer:debugdrawer-base:0.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.palaima.debugdrawer : debugdrawer-base sbt scala dependency to your build.sbt file:

libraryDependencies += "io.palaima.debugdrawer" % "debugdrawer-base" % "0.8.0"

Advertisement