is not current version
Last Version 6.2.0

com.github.oshi:oshi-core-java11 5.5.0-beta-1


GroupId

GroupId

com.github.oshi
ArtifactId

ArtifactId

oshi-core-java11
Version

Version

5.5.0-beta-1
Type

Type

jar

Download oshi-core-java11 5.5.0-beta-1


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