Add software and hardware statistics api

This commit is contained in:
2023-12-06 18:30:56 +08:00
parent d64fdcd5ca
commit c0e9380082
8 changed files with 125 additions and 12 deletions

View File

@@ -183,6 +183,11 @@
<artifactId>avatar-generator</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>6.4.0</version>
</dependency>
</dependencies>
<build>