dimp-cloud/dimp-common/dimp-common-excel/pom.xml
2025-06-17 19:35:03 +08:00

31 lines
891 B
XML

<?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>
<groupId>org.dromara</groupId>
<artifactId>dimp-common</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dimp-common-excel</artifactId>
<description>
dimp-common-excel
</description>
<dependencies>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>dimp-common-json</artifactId>
</dependency>
<dependency>
<groupId>cn.idev.excel</groupId>
<artifactId>fastexcel</artifactId>
</dependency>
</dependencies>
</project>