MVN

com.htliang : mybatis-plus-codegen-plugin

Maven & Gradle

Jul 27, 2023
0 stars

Mybatis plus codegen plugin · This is a plugin via mybatis plus codegen

<plugin>
    <groupId>com.htliang</groupId>
    <artifactId>mybatis-plus-codegen-plugin</artifactId>
    <version>1.0.7.DEV</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.htliang : mybatis-plus-codegen-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.7.DEV

All Versions

Choose a version of com.htliang : mybatis-plus-codegen-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
mybatis-plus-codegen-plugin-1.0.7.DEV
mybatis-plus-codegen-plugin-1.0.5.DEV
mybatis-plus-codegen-plugin-1.0.4
mybatis-plus-codegen-plugin-1.0.3

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.htliang</groupId>
    <artifactId>mybatis-plus-codegen-plugin</artifactId>
    <version>1.0.7.DEV</version>
</plugin>

Advertisement