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

com.github.oshi:oshi-parent 3.4.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.oshi
Идентификатор

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

oshi-parent
Версия

Версия

3.4.3
Тип

Тип

pom

Скачать oshi-parent 3.4.3

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

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