| | |
| | | <groupId>org.apache.commons</groupId> |
| | | <artifactId>commons-lang3</artifactId> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- JSON工具类 --> |
| | | <dependency> |
| | | <groupId>com.fasterxml.jackson.core</groupId> |
| | |
| | | <groupId>org.apache.httpcomponents</groupId> |
| | | <artifactId>httpclient</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.aspectj</groupId> |
| | | <artifactId>aspectjweaver</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>e-iceblue</groupId> |
| | | <artifactId>spire.doc.free</artifactId> |
| | | <version>5.2.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>e-iceblue</groupId> |
| | | <artifactId>spire.pdf</artifactId> |
| | | <version>9.5.6</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.itextpdf</groupId> |
| | | <artifactId>itextpdf</artifactId> |
| | | <version>5.5.13</version> <!-- 使用5.x版本 --> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | |
| | | <repositories> |
| | | <repository> |
| | | <id>com.e-iceblue</id> |
| | | <url>https://repo.e-iceblue.cn/repository/maven-public/</url> |
| | | </repository> |
| | | </repositories> |
| | | </project> |