DevAppX
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.afkt</groupId> <artifactId>DevAppX</artifactId> <version>2.4.8</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.afkt</groupId> <artifactId>DevAppX</artifactId> <version>2.4.8</version> <packaging>aar</packaging> <name>DevAppX</name> <description>DevAppX:2.4.8 publish</description> <url>https://github.com/afkT/DevUtils</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>jtongttt</id> <name>ChenJiaTong</name> <email>jtongttt@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/afkT/DevUtils.git</connection> <developerConnection>https://github.com/afkT/DevUtils.git</developerConnection> <url>https://github.com/afkT/DevUtils</url> </scm> <dependencies> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.12.0</version> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.7.0</version> </dependency> <dependency> <groupId>androidx.exifinterface</groupId> <artifactId>exifinterface</artifactId> <version>1.3.7</version> </dependency> </dependencies> </project>