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