add GanymedUtil

This commit is contained in:
Looly
2020-12-11 02:45:22 +08:00
parent 4f6155c45a
commit 726b55a742
4 changed files with 139 additions and 1 deletions

View File

@@ -130,6 +130,13 @@
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ch.ethz.ganymed</groupId>
<artifactId>ganymed-ssh2</artifactId>
<version>262</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<!-- 二维码 -->
<dependency>
<groupId>com.google.zxing</groupId>