is not current version
Last Version 2.5.0

org.openhab.distro:online-repo 2.3.0

This is the online repository of openHAB

GroupId

GroupId

org.openhab.distro
ArtifactId

ArtifactId

online-repo
Version

Version

2.3.0
Type

Type

pom

Download online-repo 2.3.0


<!-- https://jarcasting.com/artifacts/org.openhab.distro/online-repo/ -->
<dependency>
    <groupId>org.openhab.distro</groupId>
    <artifactId>online-repo</artifactId>
    <version>2.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openhab.distro/online-repo/
implementation 'org.openhab.distro:online-repo:2.3.0'
// https://jarcasting.com/artifacts/org.openhab.distro/online-repo/
implementation ("org.openhab.distro:online-repo:2.3.0")
'org.openhab.distro:online-repo:pom:2.3.0'
<dependency org="org.openhab.distro" name="online-repo" rev="2.3.0">
  <artifact name="online-repo" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openhab.distro', module='online-repo', version='2.3.0')
)
libraryDependencies += "org.openhab.distro" % "online-repo" % "2.3.0"
[org.openhab.distro/online-repo "2.3.0"]