| Группа | Группаcom.github.oshi |
|---|---|
| Идентификатор | Идентификаторoshi-parent |
| Версия | Версия5.0.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| oshi-parent-5.0.2.pom | 34 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.oshi/oshi-parent/ -->
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-parent</artifactId>
<version>5.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.oshi/oshi-parent/
implementation 'com.github.oshi:oshi-parent:5.0.2'
// https://jarcasting.com/artifacts/com.github.oshi/oshi-parent/
implementation ("com.github.oshi:oshi-parent:5.0.2")
'com.github.oshi:oshi-parent:pom:5.0.2'
<dependency org="com.github.oshi" name="oshi-parent" rev="5.0.2">
<artifact name="oshi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.oshi', module='oshi-parent', version='5.0.2')
)
libraryDependencies += "com.github.oshi" % "oshi-parent" % "5.0.2"
[com.github.oshi/oshi-parent "5.0.2"]