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