License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.gitee.primexpy |
ArtifactId | ArtifactIdmybatis-pojo-plugin |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionthis is a mybatis generator' plugin for generate entity with lombok annotation
|
Filename | Size |
---|---|
mybatis-pojo-plugin-1.0.pom | |
mybatis-pojo-plugin-1.0.jar | 6 KB |
mybatis-pojo-plugin-1.0-sources.jar | 2 KB |
mybatis-pojo-plugin-1.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.primexpy/mybatis-pojo-plugin/ -->
<dependency>
<groupId>com.gitee.primexpy</groupId>
<artifactId>mybatis-pojo-plugin</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.primexpy/mybatis-pojo-plugin/
implementation 'com.gitee.primexpy:mybatis-pojo-plugin:1.0'
// https://jarcasting.com/artifacts/com.gitee.primexpy/mybatis-pojo-plugin/
implementation ("com.gitee.primexpy:mybatis-pojo-plugin:1.0")
'com.gitee.primexpy:mybatis-pojo-plugin:jar:1.0'
<dependency org="com.gitee.primexpy" name="mybatis-pojo-plugin" rev="1.0">
<artifact name="mybatis-pojo-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.primexpy', module='mybatis-pojo-plugin', version='1.0')
)
libraryDependencies += "com.gitee.primexpy" % "mybatis-pojo-plugin" % "1.0"
[com.gitee.primexpy/mybatis-pojo-plugin "1.0"]
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 |