MVN

com.github.pidygb : slidinglayout

Maven & Gradle

Oct 17, 2015
2 stars

Android SlidingLayout Library · SlidingLayouts for nice open/close sliding animation

<dependency>
    <groupId>com.github.pidygb</groupId>
    <artifactId>slidinglayout</artifactId>
    <version>library</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.pidygb : slidinglayout to add to Maven or Gradle - Latest Versions:

  • Latest Stable: library

All Versions

Choose a version of com.github.pidygb : slidinglayout to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
slidinglayout-0.1.5
slidinglayout-0.1.4
library
slidinglayout-library

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.pidygb</groupId>
    <artifactId>slidinglayout</artifactId>
    <version>library</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.pidygb : slidinglayout gradle dependency to your build.gradle file:

implementation 'com.github.pidygb:slidinglayout:library'

Gradle Kotlin DSL: Add the following com.github.pidygb : slidinglayout gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.pidygb:slidinglayout:library")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.pidygb : slidinglayout sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.pidygb" % "slidinglayout" % "library"