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