<dependency> <groupId>com.github.oshi</groupId> <artifactId>oshi-core</artifactId> <version>4.8.1</version> </dependency>
implementation 'com.github.oshi:oshi-core:4.8.1'
implementation("com.github.oshi:oshi-core:4.8.1")
libraryDependencies += "com.github.oshi" % "oshi-core" % "4.8.1"
@Grapes( @Grab(group='com.github.oshi', module='oshi-core', version='4.8.1') )
<dependency org="com.github.oshi" name="oshi-core" rev="4.8.1" />
[com.github.oshi/oshi-core "4.8.1"]
'com.github.oshi:oshi-core:jar:4.8.1'
<parent> <groupId>com.github.oshi</groupId> <artifactId>oshi-parent</artifactId> <version>4.8.1</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