o

oshi-parent-java11

A JNA-based (native) operating system information library for Java that aims to provide a cross-platform implementation to retrieve system information, such as version, memory, CPU, disk, battery, etc.
https://github.com/oshi/oshi
MIT License
oshi
Daniel Doubrovkine Daniel Widdis
Files download
File Operation
oshi-parent-java11-5.8.2.pom download
Apache Maven
<dependency>
  <groupId>com.github.oshi</groupId>
  <artifactId>oshi-parent-java11</artifactId>
  <version>5.8.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.oshi:oshi-parent-java11:5.8.2'
Gradle Kotlin
implementation("com.github.oshi:oshi-parent-java11:5.8.2")
Scala SBT
libraryDependencies += "com.github.oshi" % "oshi-parent-java11" % "5.8.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.oshi', module='oshi-parent-java11', version='5.8.2')
)
Apache Ivy
<dependency org="com.github.oshi" name="oshi-parent-java11" rev="5.8.2" />
Leiningen
[com.github.oshi/oshi-parent-java11 "5.8.2"]
Apache Buildr
'com.github.oshi:oshi-parent-java11:jar:5.8.2'
Dependencies
The project has no third-party dependencies