文件名称: oshi-json-3.4.2.jar中文-英文对照文档.zip
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-json</artifactId>
<version>3.4.2</version>
</dependency>Gradle:
implementation group: 'com.github.oshi', name: 'oshi-json', version: '3.4.2'
Gradle (Short):
implementation 'com.github.oshi:oshi-json:3.4.2'
Gradle (Kotlin):
implementation("com.github.oshi:oshi-json:3.4.2")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
oshi.json
oshi.json.hardware
oshi.json.hardware.impl
oshi.json.json
oshi.json.software.os
oshi.json.software.os.impl
oshi.json.utiloshi.json.SystemInfo
oshi.json.hardware.Baseboard
oshi.json.hardware.CentralProcessor
oshi.json.hardware.ComputerSystem
oshi.json.hardware.Display
oshi.json.hardware.Firmware
oshi.json.hardware.GlobalMemory
oshi.json.hardware.HWDiskStore
oshi.json.hardware.HWPartition
oshi.json.hardware.HardwareAbstractionLayer
oshi.json.hardware.NetworkIF
oshi.json.hardware.PowerSource
oshi.json.hardware.Sensors
oshi.json.hardware.UsbDevice
oshi.json.hardware.impl.BaseboardImpl
oshi.json.hardware.impl.CentralProcessorImpl
oshi.json.hardware.impl.ComputerSystemImpl
oshi.json.hardware.impl.DisplayImpl
oshi.json.hardware.impl.FirmwareImpl
oshi.json.hardware.impl.GlobalMemoryImpl
oshi.json.hardware.impl.HardwareAbstractionLayerImpl
oshi.json.hardware.impl.PowerSourceImpl
oshi.json.hardware.impl.SensorsImpl
oshi.json.hardware.impl.UsbDeviceImpl
oshi.json.json.AbstractOshiJsonObject
oshi.json.json.NullAwareJsonObjectBuilder
oshi.json.json.OshiJsonObject
oshi.json.software.os.FileSystem
oshi.json.software.os.NetworkParams
oshi.json.software.os.OSFileStore
oshi.json.software.os.OSProcess
oshi.json.software.os.OperatingSystem
oshi.json.software.os.OperatingSystemVersion
oshi.json.software.os.impl.FileSystemImpl
oshi.json.software.os.impl.NetworkParamsImpl
oshi.json.software.os.impl.OperatingSystemImpl
oshi.json.software.os.impl.OperatingSystemVersionImpl
oshi.json.util.JsonUtil
oshi.json.util.PropertiesUtil