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