新功能点,加入CAD图纸.dwg文件预览

This commit is contained in:
陈精华
2019-11-21 17:01:14 +08:00
committed by kl
parent 5888c56f1d
commit c1a7cd8c46
6 changed files with 159 additions and 2 deletions

View File

@ -183,6 +183,13 @@
<artifactId>pdfbox-tools</artifactId>
<version>2.0.15</version>
</dependency>
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-cad</artifactId>
<version>19.9</version>
<scope>system</scope>
<systemPath>${basedir}/lib/aspose-cad-19.9.jar</systemPath>
</dependency>
</dependencies>
<build>
<resources>