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