MVN

org.thing4 : thing4

Maven & Gradle

Jan 30, 2024
0 stars

Thing4 · Thing 4 is an independent set of tools aimed to help with development of third party addons for openHAB and openHAB compatible deployments.

<dependency>
    <groupId>org.thing4</groupId>
    <artifactId>thing4</artifactId>
    <version>3.0.0-alpha-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.thing4 : thing4 to add to Maven - Latest Versions:

  • Latest Stable: 3.0.0-alpha-1
  • Latest Alpha: 3.0.0-alpha-1

All Versions

Choose a version of org.thing4 : thing4 to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
thing4-3.0.0-alpha-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.thing4</groupId>
    <artifactId>thing4</artifactId>
    <version>3.0.0-alpha-1</version>
</dependency>