is not current version
Last Version 1.5

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

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

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

org.ihansen.mbp
ArtifactId

ArtifactId

mybatis-generator-plus
Version

Version

1.1
Type

Type

jar

Download mybatis-generator-plus 1.1


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