filelist
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.starrayjan</groupId> <artifactId>filelist</artifactId> <version>1.0.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.starrayjan</groupId> <artifactId>filelist</artifactId> <version>1.0.2</version> <packaging>aar</packaging> <name>Android File List</name> <description>A simple filelist based RecyclerView.</description> <url>https://github.com/TherCN/FileList</url> <licenses> <license> <name>The GPL License, Version 2.0</name> <url>https://www.gnu.org/licenses/old-licenses/gpl-2.0.html</url> </license> </licenses> <developers> <developer> <id>starray</id> <name>StArray</name> <email>b1431736437@163.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/TherCN/FileList</connection> <developerConnection>scm:git:https://github.com/TherCN</developerConnection> <url>https://github.com/TherCN/FileList/</url> </scm> <dependencies> <dependency> <groupId>androidx.recyclerview</groupId> <artifactId>recyclerview</artifactId> <version>1.3.2</version> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.9.1</version> </dependency> </dependencies> </project>