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