Files download
File Operation
oshi-core-5.8.6.jar download
oshi-core-5.8.6.pom download
oshi-core-5.8.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.oshi</groupId>
  <artifactId>oshi-core</artifactId>
  <version>5.8.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.oshi:oshi-core:5.8.6'
Gradle Kotlin
implementation("com.github.oshi:oshi-core:5.8.6")
Scala SBT
libraryDependencies += "com.github.oshi" % "oshi-core" % "5.8.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.oshi', module='oshi-core', version='5.8.6')
)
Apache Ivy
<dependency org="com.github.oshi" name="oshi-core" rev="5.8.6" />
Leiningen
[com.github.oshi/oshi-core "5.8.6"]
Apache Buildr
'com.github.oshi:oshi-core:jar:5.8.6'