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