MVN

com.github.nikyotensai : mybatis-plus-generator

Maven & Gradle

Mar 01, 2023
1 stars
<plugin>
    <groupId>com.github.nikyotensai</groupId>
    <artifactId>mybatis-plus-generator</artifactId>
    <version>1.0.3.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nikyotensai : mybatis-plus-generator to add to Maven - Latest Versions:

  • Latest Stable: 1.0.3.1

All Versions

Choose a version of com.github.nikyotensai : mybatis-plus-generator to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
mybatis-plus-generator-1.0.3.1
mybatis-plus-generator-1.0.3
mybatis-plus-generator-1.0.2
mybatis-plus-generator-1.0.1
mybatis-plus-generator-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>com.github.nikyotensai</groupId>
    <artifactId>mybatis-plus-generator</artifactId>
    <version>1.0.3.1</version>
</plugin>

Advertisement