MVN

org.openhab : openhab-super-pom

Maven & Gradle

Mar 05, 2023
2 stars

openHAB Super POM · This is a super POM for projects maintained by the openHAB Community. It contains only version-unrelated infrastructure settings and can/should also be used by projects that don't flow with the openHAB Release cycle. Settings within this POM must not have any influence on the build result.

<dependency>
    <groupId>org.openhab</groupId>
    <artifactId>openhab-super-pom</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openhab : openhab-super-pom to add to Maven - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of org.openhab : openhab-super-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
openhab-super-pom-1.0.6
openhab-super-pom-1.0.5
openhab-super-pom-1.0.4
openhab-super-pom-1.0.3
openhab-super-pom-1.0.2
openhab-super-pom-1.0.1
openhab-super-pom-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.openhab</groupId>
    <artifactId>openhab-super-pom</artifactId>
    <version>1.0.6</version>
</dependency>

Advertisement