xUtils-lib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.dale-lib</groupId>
<artifactId>xUtils-lib</artifactId>
<version>1.0.3</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.dale-lib</groupId>
<artifactId>xUtils-lib</artifactId>
<version>1.0.3</version>
<packaging>aar</packaging>
<name>X-UtilsLib</name>
<description>X-UtilsLib</description>
<url>https://github.com/dale-lib/XUtilsLib</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>dale</id>
<name>dale</name>
<email>441623442@qq.com</email>
</developer>
</developers>
<scm>
<connection>scm:git@https://github.com/dale-lib/XUtilsLib.git</connection>
<developerConnection>scm:git@https://github.com/dale-lib/XUtilsLib.git</developerConnection>
<url>https://github.com/dale-lib/XUtilsLib</url>
</scm>
<dependencies>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
</dependency>
<dependency>
<groupId>com.tencent</groupId>
<artifactId>mmkv</artifactId>
<version>1.2.10</version>
</dependency>
</dependencies>
</project>