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

com.github.dblock:oshi-parent 3.1.1

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-parent
Версия

Версия

3.1.1
Тип

Тип

pom

Скачать oshi-parent 3.1.1

Имя Файла Размер
oshi-parent-3.1.1.pom 28 KB
Обзор

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