Files download
File Operation
library-2.9.8.pom download
library-2.9.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mikepenz.materialdrawer</groupId>
  <artifactId>library</artifactId>
  <version>2.9.8</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.mikepenz.materialdrawer:library:2.9.8'
Gradle Kotlin
implementation("com.mikepenz.materialdrawer:library:2.9.8")
Scala SBT
libraryDependencies += "com.mikepenz.materialdrawer" % "library" % "2.9.8"
Groovy Grape
@Grapes(
  @Grab(group='com.mikepenz.materialdrawer', module='library', version='2.9.8')
)
Apache Ivy
<dependency org="com.mikepenz.materialdrawer" name="library" rev="2.9.8" />
Leiningen
[com.mikepenz.materialdrawer/library "2.9.8"]
Apache Buildr
'com.mikepenz.materialdrawer:library:jar:2.9.8'