is not current version
Last Version 6.2.0

com.github.oshi:oshi-dist 5.8.7


GroupId

GroupId

com.github.oshi
ArtifactId

ArtifactId

oshi-dist
Version

Version

5.8.7
Type

Type

pom

Download oshi-dist 5.8.7


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