MVN

com.ancientlightstudios : simplegen-maven-plugin

Maven & Gradle

Dec 19, 2022
7 stars

SimpleGen - Maven Plugin · SimpleGen is a simple code generator. This is the maven plugin which allows you to use SimpleGen with Maven.

<plugin>
    <groupId>com.ancientlightstudios</groupId>
    <artifactId>simplegen-maven-plugin</artifactId>
    <version>5.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ancientlightstudios : simplegen-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of com.ancientlightstudios : simplegen-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
5.1.x
simplegen-maven-plugin-5.1.0
5.0.x
simplegen-maven-plugin-5.0.0
4.0.x
simplegen-maven-plugin-4.0.1
simplegen-maven-plugin-4.0.0
3.1.x
simplegen-maven-plugin-3.1.1
simplegen-maven-plugin-3.1.0
3.0.x
simplegen-maven-plugin-3.0.0
2.1.x
simplegen-maven-plugin-2.1.1
simplegen-maven-plugin-2.1.0
2.0.x
simplegen-maven-plugin-2.0.0
1.0.x
simplegen-maven-plugin-1.0.8
simplegen-maven-plugin-1.0.7
simplegen-maven-plugin-1.0.6
simplegen-maven-plugin-1.0.5
simplegen-maven-plugin-1.0.4
simplegen-maven-plugin-1.0.3
simplegen-maven-plugin-1.0.2

How to add a plugin to Maven

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

<plugin>
    <groupId>com.ancientlightstudios</groupId>
    <artifactId>simplegen-maven-plugin</artifactId>
    <version>5.1.0</version>
</plugin>

Advertisement