| License | License | 
|---|---|
| Categories | CategoriesMyBatis Data ORM | 
| GroupId | GroupIdcn.bridgeli | 
| ArtifactId | ArtifactIdmybatis-generator-plugin | 
| Last Version | Last Version0.0.5 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionmybatis-generator-plugin Maven Webapp A MyBatis Generator plugin, add MySQL pagination use limit and batch insert. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/cn.bridgeli/mybatis-generator-plugin/ -->
<dependency>
    <groupId>cn.bridgeli</groupId>
    <artifactId>mybatis-generator-plugin</artifactId>
    <version>0.0.5</version>
</dependency>// https://jarcasting.com/artifacts/cn.bridgeli/mybatis-generator-plugin/
implementation 'cn.bridgeli:mybatis-generator-plugin:0.0.5'// https://jarcasting.com/artifacts/cn.bridgeli/mybatis-generator-plugin/
implementation ("cn.bridgeli:mybatis-generator-plugin:0.0.5")'cn.bridgeli:mybatis-generator-plugin:jar:0.0.5'<dependency org="cn.bridgeli" name="mybatis-generator-plugin" rev="0.0.5">
  <artifact name="mybatis-generator-plugin" type="jar" />
</dependency>@Grapes(
@Grab(group='cn.bridgeli', module='mybatis-generator-plugin', version='0.0.5')
)libraryDependencies += "cn.bridgeli" % "mybatis-generator-plugin" % "0.0.5"[cn.bridgeli/mybatis-generator-plugin "0.0.5"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.mybatis.generator : mybatis-generator-core | jar | 1.3.5 |