tools-poi
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>icu.zhhll</groupId> <artifactId>tools-poi</artifactId> <version>0.0.5</version> </dependency>
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> <parent> <groupId>icu.zhhll</groupId> <artifactId>tools-java</artifactId> <!--<version>0.0.5-SNAPSHOT</version>--> <version>0.0.5</version> </parent> <artifactId>tools-poi</artifactId> <name>tools-poi</name> <dependencies> <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>3.0.5</version> </dependency> <dependency> <groupId>icu.zhhll</groupId> <artifactId>tools-util</artifactId> </dependency> <!-- pdf压缩 --> <!-- https://mvnrepository.com/artifact/com.luhuiguo/aspose-pdf --> <dependency> <groupId>com.luhuiguo</groupId> <artifactId>aspose-pdf</artifactId> <version>23.1</version> </dependency> <!-- 图片压缩 --> <!-- https://mvnrepository.com/artifact/com.siashan/toolkit-image --> <dependency> <groupId>com.siashan</groupId> <artifactId>toolkit-image</artifactId> <version>1.1.9</version> </dependency> </dependencies> </project>