pictureselector
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.laoyouzhibo</groupId> <artifactId>pictureselector</artifactId> <version>v3.10.6.enhanced3</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.laoyouzhibo</groupId> <artifactId>pictureselector</artifactId> <version>v3.10.6.enhanced3</version> <packaging>aar</packaging> <name>pictureselector</name> <description>xxx</description> <url>https://github.com/laoyouzhibo/PictureSelector</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>laoyouzhibo</id> <name>laoyouzhibo</name> <email>gb@laoyouzhibo.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/laoyouzhibo/PictureSelector</connection> <developerConnection>scm:git:https://github.com/laoyouzhibo/PictureSelector</developerConnection> <url>https://github.com/laoyouzhibo/PictureSelector</url> </scm> <dependencies> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.3.1</version> </dependency> <dependency> <groupId>androidx.recyclerview</groupId> <artifactId>recyclerview</artifactId> <version>1.2.1</version> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity</artifactId> <version>1.3.1</version> </dependency> <dependency> <groupId>androidx.fragment</groupId> <artifactId>fragment</artifactId> <version>1.3.1</version> </dependency> <dependency> <groupId>androidx.exifinterface</groupId> <artifactId>exifinterface</artifactId> <version>1.3.3</version> </dependency> <dependency> <groupId>androidx.viewpager2</groupId> <artifactId>viewpager2</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout</artifactId> <version>2.1.4</version> </dependency> </dependencies> </project>