mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
qrcode move to swing
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
<Automatic-Module-Name>org.dromara.hutool.swing</Automatic-Module-Name>
|
||||
<animated-gif-lib.version>1.4</animated-gif-lib.version>
|
||||
<metadata-extractor.version>2.19.0</metadata-extractor.version>
|
||||
<zxing.version>3.5.3</zxing.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -57,6 +58,14 @@
|
||||
<version>${metadata-extractor.version}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<!-- 二维码 -->
|
||||
<dependency>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>${zxing.version}</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<!-- UI主题库 -->
|
||||
<dependency>
|
||||
<groupId>com.formdev</groupId>
|
||||
|
Reference in New Issue
Block a user