m

materialdrawer

The flexible, easy to use, all in one drawer library for your Android project.
https://github.com/mikepenz/MaterialDrawer
The Apache Software License, Version 2.0
Mike Penz
Files download
File Operation
materialdrawer-6.1.1.pom download
materialdrawer-6.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mikepenz</groupId>
  <artifactId>materialdrawer</artifactId>
  <version>6.1.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.mikepenz:materialdrawer:6.1.1'
Gradle Kotlin
implementation("com.mikepenz:materialdrawer:6.1.1")
Scala SBT
libraryDependencies += "com.mikepenz" % "materialdrawer" % "6.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.mikepenz', module='materialdrawer', version='6.1.1')
)
Apache Ivy
<dependency org="com.mikepenz" name="materialdrawer" rev="6.1.1" />
Leiningen
[com.mikepenz/materialdrawer "6.1.1"]
Apache Buildr
'com.mikepenz:materialdrawer:jar:6.1.1'