
Oshi API
OSHI is a free JNA-based (native) Operating System and Hardware Information library for Java. It does not require the installation of any additional native libraries and aims to provide a cross-platform implementation to retrieve system information, such as OS version, processes, memory and CPU usage, disks and partitions, devices, sensors, etc.
Oshi Github
And this project is oshi API For Minecraft!
Use this API in project
build.gradle
modImplementation 'com.github.oshi', name: 'oshi-core', version: '6.6.5'
Oshi API
OSHI是一个免费的基于JNA的Java操作系统和硬件信息库。它不需要安装任何额外的本机库,旨在提供跨平台实现来检索系统信息,如操作系统版本、进程、内存和CPU使用情况、磁盘和分区、设备、传感器等。
Oshi Github
在项目中使用本API
build.gradle
modImplementation 'com.github.oshi', name: 'oshi-core', version: '6.6.5'
Links
Details
Licensed MIT
Published a month ago
Updated a month ago