is not current version
Last Version 6.9

com.gitee.primxia:MybatisAnnotationPlugin 5.x

this is a mybatis generator' plugin for generate entity with lombok annotation

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.gitee.primxia
ArtifactId

ArtifactId

MybatisAnnotationPlugin
Version

Version

5.x
Type

Type

jar

Download MybatisAnnotationPlugin 5.x


<!-- https://jarcasting.com/artifacts/com.gitee.primxia/MybatisAnnotationPlugin/ -->
<dependency>
    <groupId>com.gitee.primxia</groupId>
    <artifactId>MybatisAnnotationPlugin</artifactId>
    <version>5.x</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.primxia/MybatisAnnotationPlugin/
implementation 'com.gitee.primxia:MybatisAnnotationPlugin:5.x'
// https://jarcasting.com/artifacts/com.gitee.primxia/MybatisAnnotationPlugin/
implementation ("com.gitee.primxia:MybatisAnnotationPlugin:5.x")
'com.gitee.primxia:MybatisAnnotationPlugin:jar:5.x'
<dependency org="com.gitee.primxia" name="MybatisAnnotationPlugin" rev="5.x">
  <artifact name="MybatisAnnotationPlugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.primxia', module='MybatisAnnotationPlugin', version='5.x')
)
libraryDependencies += "com.gitee.primxia" % "MybatisAnnotationPlugin" % "5.x"
[com.gitee.primxia/MybatisAnnotationPlugin "5.x"]