<dependency> <groupId>com.github.oshi</groupId> <artifactId>oshi-core</artifactId> <version>5.8.4</version> </dependency>
implementation 'com.github.oshi:oshi-core:5.8.4'
implementation("com.github.oshi:oshi-core:5.8.4")
libraryDependencies += "com.github.oshi" % "oshi-core" % "5.8.4"
@Grapes( @Grab(group='com.github.oshi', module='oshi-core', version='5.8.4') )
<dependency org="com.github.oshi" name="oshi-core" rev="5.8.4" />
[com.github.oshi/oshi-core "5.8.4"]
'com.github.oshi:oshi-core:jar:5.8.4'
<parent> <groupId>com.github.oshi</groupId> <artifactId>oshi-parent</artifactId> <version>5.8.4</version> </parent>
compile
|-- net.java.dev.jna:jna
|-- net.java.dev.jna:jna-platform
|-- org.slf4j:slf4j-api
|-- org.mockito:mockito-core:4.1.0
test
|-- org.slf4j:slf4j-simple
|-- org.junit.jupiter:junit-jupiter-api
|-- org.hamcrest:hamcrest
|-- guru.nidi:code-assert
|-- org.mockito:mockito-inline:4.1.0