is not current version
Last Version 3.4.0

com.github.dblock:oshi-core 2.6.2

A JNA-based (native) operating system information library for Java that aims to provide a cross-platform implementation to retrieve system information, such as version, memory, CPU, disk, battery, etc.

GroupId

GroupId

com.github.dblock
ArtifactId

ArtifactId

oshi-core
Version

Version

2.6.2
Type

Type

jar

Download oshi-core 2.6.2


<!-- https://jarcasting.com/artifacts/com.github.dblock/oshi-core/ -->
<dependency>
    <groupId>com.github.dblock</groupId>
    <artifactId>oshi-core</artifactId>
    <version>2.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dblock/oshi-core/
implementation 'com.github.dblock:oshi-core:2.6.2'
// https://jarcasting.com/artifacts/com.github.dblock/oshi-core/
implementation ("com.github.dblock:oshi-core:2.6.2")
'com.github.dblock:oshi-core:jar:2.6.2'
<dependency org="com.github.dblock" name="oshi-core" rev="2.6.2">
  <artifact name="oshi-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dblock', module='oshi-core', version='2.6.2')
)
libraryDependencies += "com.github.dblock" % "oshi-core" % "2.6.2"
[com.github.dblock/oshi-core "2.6.2"]