is not current version
Last Version 6.2.0

com.github.oshi:oshi-dist 3.13.1


GroupId

GroupId

com.github.oshi
ArtifactId

ArtifactId

oshi-dist
Version

Version

3.13.1
Type

Type

pom

Download oshi-dist 3.13.1


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