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