License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.specyci |
ArtifactId | ArtifactIdresidemenu |
Version | Version1.6 |
Type | Typeaar |
Description |
DescriptionAndroidResideMenu
The idea of ResideMenu is from Dribbble 1 and 2. It has come true and run in iOS devices. iOS ResideMenu This project is the RefsideMenu Android version. The visual effect is partly referred to iOS version of ResideMenu. And thanks to the authors for the above idea and contribution.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
residemenu-1.6.pom | |
residemenu-1.6.aar | 146 KB |
residemenu-1.6-sources.jar | 6 KB |
residemenu-1.6-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.specyci/residemenu/ -->
<dependency>
<groupId>com.specyci</groupId>
<artifactId>residemenu</artifactId>
<version>1.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.specyci/residemenu/
implementation 'com.specyci:residemenu:1.6'
// https://jarcasting.com/artifacts/com.specyci/residemenu/
implementation ("com.specyci:residemenu:1.6")
'com.specyci:residemenu:aar:1.6'
<dependency org="com.specyci" name="residemenu" rev="1.6">
<artifact name="residemenu" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.specyci', module='residemenu', version='1.6')
)
libraryDependencies += "com.specyci" % "residemenu" % "1.6"
[com.specyci/residemenu "1.6"]