| | |
| | | <artifactId>quartz</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- 获得系统信息 --> |
| | | <dependency> |
| | | <groupId>com.github.oshi</groupId> |
| | | <artifactId>oshi-core</artifactId> |
| | | <version>6.6.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>net.java.dev.jna</groupId> |
| | | <artifactId>jna</artifactId> |
| | | <version>5.12.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>net.java.dev.jna</groupId> |
| | | <artifactId>jna-platform</artifactId> |
| | | <version>5.12.1</version> |
| | | </dependency> |
| | | <!-- 类反射 --> |
| | | <dependency> |
| | | <groupId>org.reflections</groupId> |
| | | <artifactId>reflections</artifactId> |
| | | <version>0.10.2</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- Hutool是一个小而全的Java工具类库(https://github.com/dromara/hutool) --> |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |