MVN

de.mhus.inka : constgenerator

Maven & Gradle

Jul 16, 2013
2 usages

ConstGenerator · A tool which generates constantes out of java classes.

<plugin>
    <groupId>de.mhus.inka</groupId>
    <artifactId>constgenerator</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.mhus.inka : constgenerator to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of de.mhus.inka : constgenerator to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
constgenerator-1.0.0

How to add a plugin to Maven

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

<plugin>
    <groupId>de.mhus.inka</groupId>
    <artifactId>constgenerator</artifactId>
    <version>1.0.0</version>
</plugin>

Advertisement