MVN

cn.dong144.mpgen : mpgen-maven-plugin

Maven & Gradle

Nov 12, 2019

mybatis-plus代码自动生成插件

<plugin>
    <groupId>cn.dong144.mpgen</groupId>
    <artifactId>mpgen-maven-plugin</artifactId>
    <version>1.0.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.dong144.mpgen : mpgen-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of cn.dong144.mpgen : mpgen-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
mpgen-maven-plugin-1.0.8
mpgen-maven-plugin-1.0.7
mpgen-maven-plugin-1.0.6
mpgen-maven-plugin-1.0.5
mpgen-maven-plugin-1.0.4
mpgen-maven-plugin-1.0.3
mpgen-maven-plugin-1.0.2
mpgen-maven-plugin-1.0.1
mpgen-maven-plugin-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>cn.dong144.mpgen</groupId>
    <artifactId>mpgen-maven-plugin</artifactId>
    <version>1.0.8</version>
</plugin>

Advertisement