MVN

com.r0adkll : slidableactivity

Maven & Gradle

Aug 23, 2019
2.6k stars

Slidable Activity · A simple activity that adds sliding functionality to activities to swipe them away

<dependency>
    <groupId>com.r0adkll</groupId>
    <artifactId>slidableactivity</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.r0adkll : slidableactivity to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of com.r0adkll : slidableactivity to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
slidableactivity-2.1.0
2.0.x
slidableactivity-2.0.6
slidableactivity-2.0.5
slidableactivity-2.0.4
slidableactivity-2.0.3
slidableactivity-2.0.2
slidableactivity-2.0.1
slidableactivity-2.0.0
1.0.x
slidableactivity-1.0.1
slidableactivity-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.r0adkll</groupId>
    <artifactId>slidableactivity</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.r0adkll : slidableactivity gradle dependency to your build.gradle file:

implementation 'com.r0adkll:slidableactivity:2.1.0'

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

implementation("com.r0adkll:slidableactivity:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.r0adkll : slidableactivity sbt scala dependency to your build.sbt file:

libraryDependencies += "com.r0adkll" % "slidableactivity" % "2.1.0"

Advertisement