is not current version
Last Version 1.5

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

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

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

org.ihansen.mbp
ArtifactId

ArtifactId

mybatis-generator-plus
Version

Version

1.3
Type

Type

jar

Download mybatis-generator-plus 1.3


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