文件下载
文件名 操作
oshi-core-4.0.0-b1.jar 下载
oshi-core-4.0.0-b1.pom 下载
oshi-core-4.0.0-b1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.oshi</groupId>
  <artifactId>oshi-core</artifactId>
  <version>4.0.0-b1</version>
</dependency>
Gradle Groovy
implementation 'com.github.oshi:oshi-core:4.0.0-b1'
Gradle Kotlin
implementation("com.github.oshi:oshi-core:4.0.0-b1")
Scala SBT
libraryDependencies += "com.github.oshi" % "oshi-core" % "4.0.0-b1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.oshi', module='oshi-core', version='4.0.0-b1')
)
Apache Ivy
<dependency org="com.github.oshi" name="oshi-core" rev="4.0.0-b1" />
Leiningen
[com.github.oshi/oshi-core "4.0.0-b1"]
Apache Buildr
'com.github.oshi:oshi-core:jar:4.0.0-b1'