| License |
License |
|---|---|
| GroupId | GroupIdorg.openhab.distro |
| ArtifactId | ArtifactIdpom-features |
| Version | Version3.0.1 |
| Type | Typepom |
| Description |
DescriptionopenHAB Features
This is the openHAB distribution
|
| Filename | Size |
|---|---|
| pom-features-3.0.1.pom | 673 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openhab.distro/pom-features/ -->
<dependency>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-features</artifactId>
<version>3.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openhab.distro/pom-features/
implementation 'org.openhab.distro:pom-features:3.0.1'
// https://jarcasting.com/artifacts/org.openhab.distro/pom-features/
implementation ("org.openhab.distro:pom-features:3.0.1")
'org.openhab.distro:pom-features:pom:3.0.1'
<dependency org="org.openhab.distro" name="pom-features" rev="3.0.1">
<artifact name="pom-features" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openhab.distro', module='pom-features', version='3.0.1')
)
libraryDependencies += "org.openhab.distro" % "pom-features" % "3.0.1"
[org.openhab.distro/pom-features "3.0.1"]