MVN

com.github.springbootPlus : coder-maven-plugin

Maven & Gradle

Apr 25, 2023

coderHelper · Assist in generating CRUD code, without limitation on the specific language, as long as you can write velocity templates.

<plugin>
    <groupId>com.github.springbootPlus</groupId>
    <artifactId>coder-maven-plugin</artifactId>
    <version>1.0.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.springbootPlus : coder-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of com.github.springbootPlus : coder-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
coder-maven-plugin-1.0.8
coder-maven-plugin-1.0.7
coder-maven-plugin-1.0.6
coder-maven-plugin-1.0.3
coder-maven-plugin-1.0.2.0
coder-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.github.springbootPlus</groupId>
    <artifactId>coder-maven-plugin</artifactId>
    <version>1.0.8</version>
</plugin>