xm-apps
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>vip.xunmo</groupId>
<artifactId>xm-apps</artifactId>
<version>1.0.7</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>vip.xunmo</groupId>
<artifactId>xm-parent</artifactId>
<version>1.0.7</version>
</parent>
<groupId>vip.xunmo</groupId>
<artifactId>xm-apps</artifactId>
<version>1.0.7</version>
<packaging>pom</packaging>
<licenses>
<license>
<name>BSD3-Clause</name>
<url>https://spdx.org/licenses/BSD-3-Clause.html</url>
</license>
</licenses>
<modules>
<module>./xm-biz-api</module>
<module>./xm-exception-record</module>
<module>./xm-rabbitmq-util</module>
<module>./xm-rabbitmq-util2</module>
<module>./xm-execl</module>
<module>./xm-core-web</module>
</modules>
</project>