zyjblogs-parent/utils/pom.xml

19 lines
706 B
XML
Raw Permalink Normal View History

2023-04-07 14:41:50 +08:00
<?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>zyjblogs-parent</artifactId>
<groupId>cn.zyjblogs</groupId>
<version>1.0.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>zyjblogs-utils</artifactId>
<packaging>pom</packaging>
<modules>
<module>sm-crypto-utils</module>
2024-06-04 08:56:45 +08:00
<module>word-handler</module>
2023-04-07 14:41:50 +08:00
</modules>
</project>