is not current version
Last Version 1.0.13

com.github.yuanmomo:mybatis-generator-plugin 1.0.5

A few plugins to enhance MBG(MyBatis Generator). Generate code for Spring Boot for business and controller code.

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.yuanmomo
ArtifactId

ArtifactId

mybatis-generator-plugin
Version

Version

1.0.5
Type

Type

pom

Download mybatis-generator-plugin 1.0.5


<!-- https://jarcasting.com/artifacts/com.github.yuanmomo/mybatis-generator-plugin/ -->
<dependency>
    <groupId>com.github.yuanmomo</groupId>
    <artifactId>mybatis-generator-plugin</artifactId>
    <version>1.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuanmomo/mybatis-generator-plugin/
implementation 'com.github.yuanmomo:mybatis-generator-plugin:1.0.5'
// https://jarcasting.com/artifacts/com.github.yuanmomo/mybatis-generator-plugin/
implementation ("com.github.yuanmomo:mybatis-generator-plugin:1.0.5")
'com.github.yuanmomo:mybatis-generator-plugin:pom:1.0.5'
<dependency org="com.github.yuanmomo" name="mybatis-generator-plugin" rev="1.0.5">
  <artifact name="mybatis-generator-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.yuanmomo', module='mybatis-generator-plugin', version='1.0.5')
)
libraryDependencies += "com.github.yuanmomo" % "mybatis-generator-plugin" % "1.0.5"
[com.github.yuanmomo/mybatis-generator-plugin "1.0.5"]