Files
gr_report_java/lidee-module/lidee-module-api/pom.xml

20 lines
722 B
XML
Raw Normal View History

2026-02-09 00:16:21 +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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.lideeyunji</groupId>
<artifactId>lidee-module</artifactId>
<version>${lidee.version}</version>
</parent>
<groupId>com.lideeyunji</groupId>
<artifactId>lidee-module-api</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<version>${lidee.version}</version>
<description> 个人业务模块API </description>
</project>