is not current version
Last Version 6.2.0

com.github.oshi:oshi-demo 4.6.1


GroupId

GroupId

com.github.oshi
ArtifactId

ArtifactId

oshi-demo
Version

Version

4.6.1
Type

Type

jar

Download oshi-demo 4.6.1


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