支持7z文件预览

This commit is contained in:
陈精华
2019-05-16 17:44:34 +08:00
committed by kl
parent f244054462
commit 3f40b60c64
3 changed files with 129 additions and 0 deletions

View File

@ -114,6 +114,12 @@
<artifactId>junrar</artifactId>
<version>4.0.0</version>
</dependency>
<!-- 解压(7z)-->
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>1.8</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jchardet</groupId>
<artifactId>jchardet</artifactId>