TakePhoto
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.singlewolf</groupId> <artifactId>TakePhoto</artifactId> <version>1.0.0</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 http://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.singlewolf</groupId> <artifactId>TakePhoto</artifactId> <version>1.0.0</version> <packaging>aar</packaging> <name>TakePhoto</name> <description>TakePhoto</description> <url>https://github.com/SingleWolf/TakePhoto</url> <inceptionYear>2021</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments> </license> </licenses> <developers> <developer> <id>SingleWolf968 #èªè¡å¡«åå¼åè id</id> <name>walker #èªè¡å¡«åå¼åè å§å</name> <email>feitianwumu@163.com #èªè¡å¡«åå¼åè é®ç®±</email> <url>https://github.com/SingleWolf/TakePhoto</url> </developer> </developers> <scm> <connection>scm:git@https://github.com/SingleWolf/TakePhoto.git</connection> <developerConnection>scm:git@https://github.com/SingleWolf/TakePhoto.git</developerConnection> <url>https://github.com/SingleWolf/TakePhoto</url> </scm> <issueManagement> <system>Github</system> <url>https://github.com/SingleWolf/TakePhoto</url> </issueManagement> <dependencies> <dependency> <groupId>com.soundcloud.android.crop</groupId> <artifactId>lib_crop</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>com.darsh.multipleimageselect</groupId> <artifactId>multipleimageselect</artifactId> <version>1.0.5</version> </dependency> <dependency> <groupId>me.shaohui.advancedluban</groupId> <artifactId>library</artifactId> <version>1.3.2</version> </dependency> <dependency> <groupId>com.android.support</groupId> <artifactId>support-annotations</artifactId> <version>28.0.0</version> </dependency> </dependencies> </project>