<dependency> <groupId>com.github.oshi</groupId> <artifactId>oshi-core</artifactId> <version>4.9.3</version> </dependency>
implementation 'com.github.oshi:oshi-core:4.9.3'
implementation("com.github.oshi:oshi-core:4.9.3")
libraryDependencies += "com.github.oshi" % "oshi-core" % "4.9.3"
@Grapes( @Grab(group='com.github.oshi', module='oshi-core', version='4.9.3') )
<dependency org="com.github.oshi" name="oshi-core" rev="4.9.3" />
[com.github.oshi/oshi-core "4.9.3"]
'com.github.oshi:oshi-core:jar:4.9.3'
<parent> <groupId>com.github.oshi</groupId> <artifactId>oshi-parent</artifactId> <version>4.9.3</version> </parent>
compile
|-- net.java.dev.jna:jna
|-- net.java.dev.jna:jna-platform
|-- org.slf4j:slf4j-api
test
|-- org.slf4j:slf4j-simple
|-- org.junit.vintage:junit-vintage-engine