MVN

com.github.alorma.compose-drawer : drawer-modules

Maven & Gradle

Feb 18, 2021
98 stars

Compose Debug Drawer · Compose Debug Drawer

<dependency>
    <groupId>com.github.alorma.compose-drawer</groupId>
    <artifactId>drawer-modules</artifactId>
    <version>0.0.10-DEV</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.alorma.compose-drawer : drawer-modules to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.10-DEV
  • Latest Alpha: 1.0.0-alpha12

All Versions

Choose a version of com.github.alorma.compose-drawer : drawer-modules to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
drawer-modules-1.0.0-alpha12
0.0.x
drawer-modules-0.0.10-DEV
drawer-modules-0.0.8
drawer-modules-0.0.7

How to add a dependency to Maven

Add the following com.github.alorma.compose-drawer : drawer-modules maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.alorma.compose-drawer</groupId>
    <artifactId>drawer-modules</artifactId>
    <version>0.0.10-DEV</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.alorma.compose-drawer : drawer-modules gradle dependency to your build.gradle file:

implementation 'com.github.alorma.compose-drawer:drawer-modules:0.0.10-DEV'

Gradle Kotlin DSL: Add the following com.github.alorma.compose-drawer : drawer-modules gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.alorma.compose-drawer:drawer-modules:0.0.10-DEV")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.alorma.compose-drawer : drawer-modules sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.alorma.compose-drawer" % "drawer-modules" % "0.0.10-DEV"