MVN

com.specyci : residemenu

Maven & Gradle

Jan 15, 2015
2.8k stars

AndroidResideMenu · 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.

<dependency>
    <groupId>com.specyci</groupId>
    <artifactId>residemenu</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.specyci : residemenu to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of com.specyci : residemenu to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
residemenu-1.6

How to add a dependency to Maven

Add the following com.specyci : residemenu maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.specyci</groupId>
    <artifactId>residemenu</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.specyci : residemenu gradle dependency to your build.gradle file:

implementation 'com.specyci:residemenu:1.6'

Gradle Kotlin DSL: Add the following com.specyci : residemenu gradle kotlin dependency to your build.gradle.kts file:

implementation("com.specyci:residemenu:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.specyci : residemenu sbt scala dependency to your build.sbt file:

libraryDependencies += "com.specyci" % "residemenu" % "1.6"