is not current version
Last Version 2.4.4

cn.renlm.plugins:MyGenerator 1.6.4

针对SpringBoot、Mybatis-Plus及多数据源的一套代码生成

GroupId

GroupId

cn.renlm.plugins
ArtifactId

ArtifactId

MyGenerator
Version

Version

1.6.4
Type

Type

jar

Download MyGenerator 1.6.4


<!-- https://jarcasting.com/artifacts/cn.renlm.plugins/MyGenerator/ -->
<dependency>
    <groupId>cn.renlm.plugins</groupId>
    <artifactId>MyGenerator</artifactId>
    <version>1.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyGenerator/
implementation 'cn.renlm.plugins:MyGenerator:1.6.4'
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyGenerator/
implementation ("cn.renlm.plugins:MyGenerator:1.6.4")
'cn.renlm.plugins:MyGenerator:jar:1.6.4'
<dependency org="cn.renlm.plugins" name="MyGenerator" rev="1.6.4">
  <artifact name="MyGenerator" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.renlm.plugins', module='MyGenerator', version='1.6.4')
)
libraryDependencies += "cn.renlm.plugins" % "MyGenerator" % "1.6.4"
[cn.renlm.plugins/MyGenerator "1.6.4"]