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