recycler-swipe-stack
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.kroegerama</groupId> <artifactId>recycler-swipe-stack</artifactId> <version>0.9.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.kroegerama</groupId> <artifactId>recycler-swipe-stack</artifactId> <version>0.9.3</version> <packaging>aar</packaging> <name>Recycler Swipe Stack</name> <description>A helper library to create stacked and swipeable items inside a RecyclerView.</description> <url>https://github.com/kroegerama/recycler-swipe-stack</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>kroegerama</id> <name>Chris</name> <email>1519044+kroegerama@users.noreply.github.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/kroegerama/recycler-swipe-stack</connection> <developerConnection>scm:git:https://www.github.com/kroegerama</developerConnection> <url>https://github.com/kroegerama/recycler-swipe-stack</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>com.kroegerama</groupId> <artifactId>magic-bom</artifactId> <version>1.1.4</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>androidx.databinding</groupId> <artifactId>viewbinding</artifactId> <version>4.1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.4.32</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-android</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.recyclerview</groupId> <artifactId>recyclerview</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.kroegerama.android-kaiteki</groupId> <artifactId>core</artifactId> <version>4.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.kroegerama.android-kaiteki</groupId> <artifactId>recyclerview</artifactId> <version>4.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jakewharton.timber</groupId> <artifactId>timber</artifactId> <scope>runtime</scope> </dependency> </dependencies> </project>