| GroupId | GroupIdit.neokree |
|---|---|
| ArtifactId | ArtifactIdMaterialNavigationDrawer |
| Version | Version1.2.4 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/it.neokree/MaterialNavigationDrawer/ -->
<dependency>
<groupId>it.neokree</groupId>
<artifactId>MaterialNavigationDrawer</artifactId>
<version>1.2.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/it.neokree/MaterialNavigationDrawer/
implementation 'it.neokree:MaterialNavigationDrawer:1.2.4'
// https://jarcasting.com/artifacts/it.neokree/MaterialNavigationDrawer/
implementation ("it.neokree:MaterialNavigationDrawer:1.2.4")
'it.neokree:MaterialNavigationDrawer:aar:1.2.4'
<dependency org="it.neokree" name="MaterialNavigationDrawer" rev="1.2.4">
<artifact name="MaterialNavigationDrawer" type="aar" />
</dependency>
@Grapes(
@Grab(group='it.neokree', module='MaterialNavigationDrawer', version='1.2.4')
)
libraryDependencies += "it.neokree" % "MaterialNavigationDrawer" % "1.2.4"
[it.neokree/MaterialNavigationDrawer "1.2.4"]