is not current version
Last Version 6.1.0

com.github.oshi:oshi-core-shaded 4.0.0-b1


GroupId

GroupId

com.github.oshi
ArtifactId

ArtifactId

oshi-core-shaded
Version

Version

4.0.0-b1
Type

Type

jar

Download oshi-core-shaded 4.0.0-b1


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