Add progress bar

This commit is contained in:
2022-04-02 18:13:46 +02:00
parent a5b0224d6c
commit 4e53d99c25
3 changed files with 45 additions and 19 deletions

View File

@@ -154,6 +154,11 @@
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>me.tongfei</groupId>
<artifactId>progressbar</artifactId>
<version>0.9.3</version>
</dependency>
<!-- endregion -->
<!-- region unit-tests -->
<dependency>