| | |
| | | <version>1.7</version> |
| | | </dependency> |
| | | |
| | | <!--onvif协议实现--> |
| | | <dependency> |
| | | <groupId>com.ld.onvif</groupId> |
| | | <artifactId>ld-onvif</artifactId> |
| | | <version>1.0.0-RELEASE</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- word导出 方式一:poi-tl--> |
| | | <!-- poi-tl是基于Apache POI的Word模板引擎。poi-tl依赖的是poi3.16版本 --> |
| | | <dependency> |
| | | <groupId>com.deepoove</groupId> |
| | | <artifactId>poi-tl</artifactId> |
| | | <version>1.7.3</version> |
| | | </dependency> |
| | | <!-- 上面需要的依赖--> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml</artifactId> |
| | | <version>4.1.2</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml-schemas</artifactId> |
| | | <version>4.1.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi</artifactId> |
| | | <version>4.1.2</version> |
| | | </dependency> |
| | | |
| | | <!-- --> |
| | | <dependency> |
| | | <groupId>com.aspose</groupId> |
| | | <artifactId>aspose-words</artifactId> |
| | | <version>15.8.0-jdk</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/src/main/resources/lib/aspose-words-15.8.0-jdk16.jar</systemPath> |
| | | </dependency> |
| | | |
| | | <!-- --> |
| | | <dependency> |
| | | <groupId>aspose.slides</groupId> |
| | | <artifactId>aspose-slides</artifactId> |
| | | <version>19.3</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/src/main/resources/lib/aspose-slides-19.3.jar</systemPath> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | |