<dependency> <groupId>com.github.oshi</groupId> <artifactId>oshi-parent</artifactId> <version>3.8.2</version> <type>pom</type> </dependency>
implementation 'com.github.oshi:oshi-parent:3.8.2'
implementation("com.github.oshi:oshi-parent:3.8.2")
libraryDependencies += "com.github.oshi" % "oshi-parent" % "3.8.2"
@Grapes( @Grab(group='com.github.oshi', module='oshi-parent', version='3.8.2') )
<dependency org="com.github.oshi" name="oshi-parent" rev="3.8.2" />
[com.github.oshi/oshi-parent "3.8.2"]
'com.github.oshi:oshi-parent:jar:3.8.2'
compile
|-- org.slf4j:slf4j-api:1.7.25
test
|-- org.slf4j:slf4j-simple:1.7.25
|-- org.junit.vintage:junit-vintage-engine:4.12.3