is not current version
Last Version 3.0.0

co.zsmb:materialdrawer-kt 3.0.0-rc01

A Kotlin DSL wrapper around the mikepenz/MaterialDrawer library.

GroupId

GroupId

co.zsmb
ArtifactId

ArtifactId

materialdrawer-kt
Version

Version

3.0.0-rc01
Type

Type

aar

Download materialdrawer-kt 3.0.0-rc01


<!-- https://jarcasting.com/artifacts/co.zsmb/materialdrawer-kt/ -->
<dependency>
    <groupId>co.zsmb</groupId>
    <artifactId>materialdrawer-kt</artifactId>
    <version>3.0.0-rc01</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.zsmb/materialdrawer-kt/
implementation 'co.zsmb:materialdrawer-kt:3.0.0-rc01'
// https://jarcasting.com/artifacts/co.zsmb/materialdrawer-kt/
implementation ("co.zsmb:materialdrawer-kt:3.0.0-rc01")
'co.zsmb:materialdrawer-kt:aar:3.0.0-rc01'
<dependency org="co.zsmb" name="materialdrawer-kt" rev="3.0.0-rc01">
  <artifact name="materialdrawer-kt" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.zsmb', module='materialdrawer-kt', version='3.0.0-rc01')
)
libraryDependencies += "co.zsmb" % "materialdrawer-kt" % "3.0.0-rc01"
[co.zsmb/materialdrawer-kt "3.0.0-rc01"]