GroupId | GroupIdcom.mikepenz |
---|---|
ArtifactId | ArtifactIdmaterialdrawer |
Version | Version5.2.5 |
Type | Typeaar |
Filename | Size |
---|---|
materialdrawer-5.2.5.pom | |
materialdrawer-5.2.5.aar | 183 KB |
materialdrawer-5.2.5-sources.jar | 190 KB |
materialdrawer-5.2.5-javadoc.jar | 366 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mikepenz/materialdrawer/ -->
<dependency>
<groupId>com.mikepenz</groupId>
<artifactId>materialdrawer</artifactId>
<version>5.2.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mikepenz/materialdrawer/
implementation 'com.mikepenz:materialdrawer:5.2.5'
// https://jarcasting.com/artifacts/com.mikepenz/materialdrawer/
implementation ("com.mikepenz:materialdrawer:5.2.5")
'com.mikepenz:materialdrawer:aar:5.2.5'
<dependency org="com.mikepenz" name="materialdrawer" rev="5.2.5">
<artifact name="materialdrawer" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mikepenz', module='materialdrawer', version='5.2.5')
)
libraryDependencies += "com.mikepenz" % "materialdrawer" % "5.2.5"
[com.mikepenz/materialdrawer "5.2.5"]