| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.oshi |
| Идентификатор | Идентификаторoshi-parent-java11 |
| Последняя версия | Последняя версия6.1.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-java11-6.1.0.pom | 47 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.oshi/oshi-parent-java11/ -->
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-parent-java11</artifactId>
<version>6.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.oshi/oshi-parent-java11/
implementation 'com.github.oshi:oshi-parent-java11:6.1.0'
// https://jarcasting.com/artifacts/com.github.oshi/oshi-parent-java11/
implementation ("com.github.oshi:oshi-parent-java11:6.1.0")
'com.github.oshi:oshi-parent-java11:pom:6.1.0'
<dependency org="com.github.oshi" name="oshi-parent-java11" rev="6.1.0">
<artifact name="oshi-parent-java11" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.oshi', module='oshi-parent-java11', version='6.1.0')
)
libraryDependencies += "com.github.oshi" % "oshi-parent-java11" % "6.1.0"
[com.github.oshi/oshi-parent-java11 "6.1.0"]