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