module-use
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>top.xzxsrq</groupId>
<artifactId>module-use</artifactId>
<version>1.0.5-RELEASE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>MyUtils</artifactId>
<groupId>top.xzxsrq</groupId>
<version>1.0.5-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>module-use</artifactId>
<name>${project.artifactId}</name>
<description>我的工具库</description>
<url>https://gitee.com/zhi_xin_qiantong/my-tools</url>
<packaging>pom</packaging>
<modules>
<module>controllerToJs</module>
<module>ideaInit</module>
<module>cmdUtils</module>
</modules>
</project>