expandablerecyclerview
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.bignerdranch.android</groupId> <artifactId>expandablerecyclerview</artifactId> <version>3.0.0-RC1</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"> <modelVersion>4.0.0</modelVersion> <groupId>com.bignerdranch.android</groupId> <artifactId>expandablerecyclerview</artifactId> <version>3.0.0-RC1</version> <packaging>aar</packaging> <name>Expandable RecyclerView</name> <description>A lightweight Android library that allows for the expansion and collapsing of RecyclerView items</description> <url>https://bignerdranch.github.io/expandable-recycler-view</url> <licenses> <license> <name>MIT License</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>pturner</id> <name>Paul Turner</name> </developer> </developers> <scm> <connection>scm:git:https://github.com/bignerdranch/expandable-recycler-view.git</connection> <developerConnection>scm:git@github.com:bignerdranch/expandable-recycler-view.git</developerConnection> <url>https://github.com/bignerdranch/expandable-recycler-view</url> </scm> <dependencies> <dependency> <groupId>com.android.support</groupId> <artifactId>recyclerview-v7</artifactId> <version>24.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.android.support</groupId> <artifactId>support-annotations</artifactId> <version>24.2.1</version> <scope>compile</scope> </dependency> </dependencies> </project>