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