MVN

com.alilitech : mybatis-jpa-generator

Maven & Gradle

Aug 19, 2023
1 stars

boot-plus-generator Maven Mojo

<plugin>
    <groupId>com.alilitech</groupId>
    <artifactId>mybatis-jpa-generator</artifactId>
    <version>2.2.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alilitech : mybatis-jpa-generator to add to Maven - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of com.alilitech : mybatis-jpa-generator to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
mybatis-jpa-generator-2.2.0
2.1.x
mybatis-jpa-generator-2.1.5
mybatis-jpa-generator-2.1.4
mybatis-jpa-generator-2.1.3
mybatis-jpa-generator-2.1.2
mybatis-jpa-generator-2.1.1
mybatis-jpa-generator-2.1.0
2.0.x
mybatis-jpa-generator-2.0.3
mybatis-jpa-generator-2.0.2
mybatis-jpa-generator-2.0.1
mybatis-jpa-generator-2.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.alilitech</groupId>
    <artifactId>mybatis-jpa-generator</artifactId>
    <version>2.2.0</version>
</plugin>

Advertisement