r

recycler-swipe-stack

A helper library to create stacked and swipeable items inside a RecyclerView.
https://github.com/kroegerama/recycler-swipe-stack
The Apache License, Version 2.0
Chris
Files download
File Operation
recycler-swipe-stack-0.9.3.pom download
recycler-swipe-stack-0.9.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.kroegerama</groupId>
  <artifactId>recycler-swipe-stack</artifactId>
  <version>0.9.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.kroegerama:recycler-swipe-stack:0.9.3'
Gradle Kotlin
implementation("com.kroegerama:recycler-swipe-stack:0.9.3")
Scala SBT
libraryDependencies += "com.kroegerama" % "recycler-swipe-stack" % "0.9.3"
Groovy Grape
@Grapes(
  @Grab(group='com.kroegerama', module='recycler-swipe-stack', version='0.9.3')
)
Apache Ivy
<dependency org="com.kroegerama" name="recycler-swipe-stack" rev="0.9.3" />
Leiningen
[com.kroegerama/recycler-swipe-stack "0.9.3"]
Apache Buildr
'com.kroegerama:recycler-swipe-stack:jar:0.9.3'