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>
Choose a version of com.alilitech : mybatis-jpa-generator to add to Maven - Latest 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
|
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