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