| GroupId | GroupIdit.neokree |
|---|---|
| ArtifactId | ArtifactIdMaterialNavigationDrawer |
| Version | Version1.3.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| MaterialNavigationDrawer-1.3.2.pom | |
| MaterialNavigationDrawer-1.3.2.aar | 206 KB |
| MaterialNavigationDrawer-1.3.2-sources.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/it.neokree/MaterialNavigationDrawer/ -->
<dependency>
<groupId>it.neokree</groupId>
<artifactId>MaterialNavigationDrawer</artifactId>
<version>1.3.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/it.neokree/MaterialNavigationDrawer/
implementation 'it.neokree:MaterialNavigationDrawer:1.3.2'
// https://jarcasting.com/artifacts/it.neokree/MaterialNavigationDrawer/
implementation ("it.neokree:MaterialNavigationDrawer:1.3.2")
'it.neokree:MaterialNavigationDrawer:aar:1.3.2'
<dependency org="it.neokree" name="MaterialNavigationDrawer" rev="1.3.2">
<artifact name="MaterialNavigationDrawer" type="aar" />
</dependency>
@Grapes(
@Grab(group='it.neokree', module='MaterialNavigationDrawer', version='1.3.2')
)
libraryDependencies += "it.neokree" % "MaterialNavigationDrawer" % "1.3.2"
[it.neokree/MaterialNavigationDrawer "1.3.2"]