This commit is contained in:
zzz
2025-06-14 20:51:36 +08:00
parent 7b4dcfe3d1
commit 4d6f78b80d
29 changed files with 443 additions and 13 deletions

11
pom.xml
View File

@@ -99,6 +99,17 @@
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>2.0.31</version>
</dependency>
<!-- https://mvnrepository.com/artifact/net.sourceforge.plantuml/plantuml -->
<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
<version>8059</version>
</dependency>
</dependencies>
<build>