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