is not current version
Last Version 6.2.0

com.github.oshi:oshi-demo 5.8.4


GroupId

GroupId

com.github.oshi
ArtifactId

ArtifactId

oshi-demo
Version

Version

5.8.4
Type

Type

jar

Download oshi-demo 5.8.4


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