Files
taihe-master/dcsoft-api/pom.xml
2026-02-06 11:10:26 +08:00

23 lines
656 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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">
<parent>
<groupId>com.dcsoft</groupId>
<artifactId>dcsoft</artifactId>
<version>3.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<modules>
<module>dcsoft-api-system</module>
</modules>
<artifactId>dcsoft-api</artifactId>
<packaging>pom</packaging>
<description>
dcsoft-api系统接口
</description>
</project>