is not current version
Last Version 1.5

org.ihansen.mbp:mybatis-generator-plus 1.4

轻度扩展mybatis-generator-core插件,兼容官方插件自动代码

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

org.ihansen.mbp
ArtifactId

ArtifactId

mybatis-generator-plus
Version

Version

1.4
Type

Type

jar

Download mybatis-generator-plus 1.4


<!-- https://jarcasting.com/artifacts/org.ihansen.mbp/mybatis-generator-plus/ -->
<dependency>
    <groupId>org.ihansen.mbp</groupId>
    <artifactId>mybatis-generator-plus</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ihansen.mbp/mybatis-generator-plus/
implementation 'org.ihansen.mbp:mybatis-generator-plus:1.4'
// https://jarcasting.com/artifacts/org.ihansen.mbp/mybatis-generator-plus/
implementation ("org.ihansen.mbp:mybatis-generator-plus:1.4")
'org.ihansen.mbp:mybatis-generator-plus:jar:1.4'
<dependency org="org.ihansen.mbp" name="mybatis-generator-plus" rev="1.4">
  <artifact name="mybatis-generator-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ihansen.mbp', module='mybatis-generator-plus', version='1.4')
)
libraryDependencies += "org.ihansen.mbp" % "mybatis-generator-plus" % "1.4"
[org.ihansen.mbp/mybatis-generator-plus "1.4"]