This commit is contained in:
hongqiaowei
2022-07-26 15:16:08 +08:00
parent 13220d35b5
commit ebaee5b62b
14 changed files with 629 additions and 92 deletions

View File

@@ -17,6 +17,16 @@
</properties>
<dependencies>
<dependency>
<groupId>com.github.seancfoley</groupId>
<artifactId>ipaddress</artifactId>
</dependency>
<dependency>
<groupId>ognl</groupId>
<artifactId>ognl</artifactId>
</dependency>
<dependency>
<groupId>org.openjdk.jol</groupId>
<artifactId>jol-core</artifactId>