| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.oshi |
| Идентификатор | Идентификаторoshi-parent |
| Версия | Версия6.0.0 |
| Тип | Типpom |
| Описание |
ОписаниеOperating System and Hardware Information
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| oshi-parent-6.0.0.pom | 51 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.oshi/oshi-parent/ -->
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-parent</artifactId>
<version>6.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.oshi/oshi-parent/
implementation 'com.github.oshi:oshi-parent:6.0.0'
// https://jarcasting.com/artifacts/com.github.oshi/oshi-parent/
implementation ("com.github.oshi:oshi-parent:6.0.0")
'com.github.oshi:oshi-parent:pom:6.0.0'
<dependency org="com.github.oshi" name="oshi-parent" rev="6.0.0">
<artifact name="oshi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.oshi', module='oshi-parent', version='6.0.0')
)
libraryDependencies += "com.github.oshi" % "oshi-parent" % "6.0.0"
[com.github.oshi/oshi-parent "6.0.0"]