не последняя версия
Последняя версия 3.4.0

com.github.dblock:oshi-core 1.3

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.

Группа

Группа

com.github.dblock
Идентификатор

Идентификатор

oshi-core
Версия

Версия

1.3
Тип

Тип

jar

Скачать oshi-core 1.3


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