is not current version
Last Version 6.2.0

com.github.oshi:oshi-core 4.3.0


GroupId

GroupId

com.github.oshi
ArtifactId

ArtifactId

oshi-core
Version

Version

4.3.0
Type

Type

jar

Download oshi-core 4.3.0


<!-- https://jarcasting.com/artifacts/com.github.oshi/oshi-core/ -->
<dependency>
    <groupId>com.github.oshi</groupId>
    <artifactId>oshi-core</artifactId>
    <version>4.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oshi/oshi-core/
implementation 'com.github.oshi:oshi-core:4.3.0'
// https://jarcasting.com/artifacts/com.github.oshi/oshi-core/
implementation ("com.github.oshi:oshi-core:4.3.0")
'com.github.oshi:oshi-core:jar:4.3.0'
<dependency org="com.github.oshi" name="oshi-core" rev="4.3.0">
  <artifact name="oshi-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oshi', module='oshi-core', version='4.3.0')
)
libraryDependencies += "com.github.oshi" % "oshi-core" % "4.3.0"
[com.github.oshi/oshi-core "4.3.0"]