MVN

io.kokuwa.edge : esh-constants-maven-plugin

Maven & Gradle

May 29, 2023
5 stars

Eclipse Smarthome Constants generator Maven Plugin · This Maven plugin generates a Java constant class based on the ESH-INF folders XML content

<plugin>
    <groupId>io.kokuwa.edge</groupId>
    <artifactId>esh-constants-maven-plugin</artifactId>
    <version>0.1.15</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.kokuwa.edge : esh-constants-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.15

All Versions

Choose a version of io.kokuwa.edge : esh-constants-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
esh-constants-maven-plugin-0.1.15
esh-constants-maven-plugin-0.1.14
esh-constants-maven-plugin-0.1.13
esh-constants-maven-plugin-0.1.12
esh-constants-maven-plugin-0.1.11
esh-constants-maven-plugin-0.1.10
esh-constants-maven-plugin-0.1.9
esh-constants-maven-plugin-0.1.8
esh-constants-maven-plugin-0.1.6
esh-constants-maven-plugin-0.1.5
esh-constants-maven-plugin-0.1.4

How to add a plugin to Maven

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

<plugin>
    <groupId>io.kokuwa.edge</groupId>
    <artifactId>esh-constants-maven-plugin</artifactId>
    <version>0.1.15</version>
</plugin>

Advertisement