添加 RunTime相关方法与类

This commit is contained in:
2026-08-10 06:49:33 +08:00
parent 6934ac8663
commit 0304fed324
5 changed files with 89 additions and 0 deletions

12
pom.xml
View File

@@ -20,6 +20,18 @@
<artifactId>commons-compress</artifactId>
<version>1.28.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>