License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.gitee.primxia |
ArtifactId | ArtifactIdMybatisAnnotationPlugin |
Last Version | Last Version6.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionthis is a mybatis generator' plugin for generate entity with lombok annotation
|
<!-- https://jarcasting.com/artifacts/com.gitee.primxia/MybatisAnnotationPlugin/ -->
<dependency>
<groupId>com.gitee.primxia</groupId>
<artifactId>MybatisAnnotationPlugin</artifactId>
<version>6.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.primxia/MybatisAnnotationPlugin/
implementation 'com.gitee.primxia:MybatisAnnotationPlugin:6.9'
// https://jarcasting.com/artifacts/com.gitee.primxia/MybatisAnnotationPlugin/
implementation ("com.gitee.primxia:MybatisAnnotationPlugin:6.9")
'com.gitee.primxia:MybatisAnnotationPlugin:jar:6.9'
<dependency org="com.gitee.primxia" name="MybatisAnnotationPlugin" rev="6.9">
<artifact name="MybatisAnnotationPlugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.primxia', module='MybatisAnnotationPlugin', version='6.9')
)
libraryDependencies += "com.gitee.primxia" % "MybatisAnnotationPlugin" % "6.9"
[com.gitee.primxia/MybatisAnnotationPlugin "6.9"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.2.7 |
org.mybatis.generator : mybatis-generator-core | jar | 1.3.5 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.18 |