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