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