is not current version
Last Version 6.1.0

com.github.oshi:oshi-parent-java11 5.7.3

A JNA-based (native) operating system information library for Java that aims to provide a cross-platform implementation to retrieve system information, such as version, memory, CPU, disk, battery, etc.

GroupId

GroupId

com.github.oshi
ArtifactId

ArtifactId

oshi-parent-java11
Version

Version

5.7.3
Type

Type

pom

Download oshi-parent-java11 5.7.3


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