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