MVN

org.thing4.tools : thing4-maven-plugin

Maven & Gradle

Jan 30, 2024

Thing4 - Tools - Thing4 Maven Plugin · Maven plugin to work with thing4 artifacts and openHAB DSL elements.

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

Latest Version

Choose a version of org.thing4.tools : thing4-maven-plugin 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.tools : thing4-maven-plugin to add to Maven - All Versions:

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

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.thing4.tools</groupId>
    <artifactId>thing4-maven-plugin</artifactId>
    <version>3.0.0-alpha-1</version>
</plugin>