| GroupId | GroupIdorg.openhab.distro |
|---|---|
| ArtifactId | ArtifactIdopenhab-verify |
| Version | Version2.4.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| openhab-verify-2.4.0.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.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openhab.distro/openhab-verify/
implementation 'org.openhab.distro:openhab-verify:2.4.0'
// https://jarcasting.com/artifacts/org.openhab.distro/openhab-verify/
implementation ("org.openhab.distro:openhab-verify:2.4.0")
'org.openhab.distro:openhab-verify:pom:2.4.0'
<dependency org="org.openhab.distro" name="openhab-verify" rev="2.4.0">
<artifact name="openhab-verify" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openhab.distro', module='openhab-verify', version='2.4.0')
)
libraryDependencies += "org.openhab.distro" % "openhab-verify" % "2.4.0"
[org.openhab.distro/openhab-verify "2.4.0"]