| GroupId | GroupIdorg.openhab.distro |
|---|---|
| ArtifactId | ArtifactIdopenhab-verify |
| Version | Version2.5.12 |
| Type | Typepom |
| Filename | Size |
|---|---|
| openhab-verify-2.5.12.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openhab.distro/openhab-verify/ -->
<dependency>
<groupId>org.openhab.distro</groupId>
<artifactId>openhab-verify</artifactId>
<version>2.5.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openhab.distro/openhab-verify/
implementation 'org.openhab.distro:openhab-verify:2.5.12'
// https://jarcasting.com/artifacts/org.openhab.distro/openhab-verify/
implementation ("org.openhab.distro:openhab-verify:2.5.12")
'org.openhab.distro:openhab-verify:pom:2.5.12'
<dependency org="org.openhab.distro" name="openhab-verify" rev="2.5.12">
<artifact name="openhab-verify" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openhab.distro', module='openhab-verify', version='2.5.12')
)
libraryDependencies += "org.openhab.distro" % "openhab-verify" % "2.5.12"
[org.openhab.distro/openhab-verify "2.5.12"]