MVN

nl.psdcompany : duo-navigation-drawer

Maven & Gradle

Mar 01, 2019
1k stars

duo-navigation-drawer · This Android library provides an easy way to create an alternative navigation drawer for android. Instead of a drawer that slides over the main content of the Activity, this lets the content slide away and reveal a menu below it.

<dependency>
    <groupId>nl.psdcompany</groupId>
    <artifactId>duo-navigation-drawer</artifactId>
    <version>2.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.psdcompany : duo-navigation-drawer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.8

All Versions

Choose a version of nl.psdcompany : duo-navigation-drawer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
duo-navigation-drawer-3.0.0
2.0.x
duo-navigation-drawer-2.0.8
duo-navigation-drawer-2.0.7
duo-navigation-drawer-2.0.6
duo-navigation-drawer-2.0.5
duo-navigation-drawer-2.0.3
duo-navigation-drawer-2.0.2
duo-navigation-drawer-2.0.0
1.1.x
duo-navigation-drawer-1.1.1
duo-navigation-drawer-1.1.0
1.0.x
duo-navigation-drawer-1.0.3
duo-navigation-drawer-1.0.2
duo-navigation-drawer-1.0.1

How to add a dependency to Maven

Add the following nl.psdcompany : duo-navigation-drawer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.psdcompany</groupId>
    <artifactId>duo-navigation-drawer</artifactId>
    <version>2.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.psdcompany : duo-navigation-drawer gradle dependency to your build.gradle file:

implementation 'nl.psdcompany:duo-navigation-drawer:2.0.8'

Gradle Kotlin DSL: Add the following nl.psdcompany : duo-navigation-drawer gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.psdcompany:duo-navigation-drawer:2.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.psdcompany : duo-navigation-drawer sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.psdcompany" % "duo-navigation-drawer" % "2.0.8"

Advertisement