License |
License |
---|---|
GroupId | GroupIdcn.renlm.plugins |
ArtifactId | ArtifactIdMyGenerator |
Last Version | Last Version2.4.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMyGenerator
针对SpringBoot、Mybatis-Plus及多数据源的一套代码生成
|
Filename | Size |
---|---|
MyGenerator-2.4.4.pom | |
MyGenerator-2.4.4.jar | 22 KB |
MyGenerator-2.4.4-sources.jar | 11 KB |
MyGenerator-2.4.4-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.renlm.plugins/MyGenerator/ -->
<dependency>
<groupId>cn.renlm.plugins</groupId>
<artifactId>MyGenerator</artifactId>
<version>2.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyGenerator/
implementation 'cn.renlm.plugins:MyGenerator:2.4.4'
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyGenerator/
implementation ("cn.renlm.plugins:MyGenerator:2.4.4")
'cn.renlm.plugins:MyGenerator:jar:2.4.4'
<dependency org="cn.renlm.plugins" name="MyGenerator" rev="2.4.4">
<artifact name="MyGenerator" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.renlm.plugins', module='MyGenerator', version='2.4.4')
)
libraryDependencies += "cn.renlm.plugins" % "MyGenerator" % "2.4.4"
[cn.renlm.plugins/MyGenerator "2.4.4"]
Group / Artifact | Type | Version |
---|---|---|
cn.renlm.plugins : MyUtil | jar | 2.4.4 |
com.thoughtworks.xstream : xstream | jar | 1.4.19 |
com.baomidou : mybatis-plus-boot-starter Optional | jar | 3.4.3.4 |
com.baomidou : dynamic-datasource-spring-boot-starter Optional | jar | 3.5.1 |
com.baomidou : mybatis-plus-generator Optional | jar | 3.5.1 |
mysql : mysql-connector-java Optional | jar | 8.0.26 |
org.postgresql : postgresql Optional | jar | 42.2.23 |
org.freemarker : freemarker Optional | jar | 2.3.31 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.11 |
junit : junit | jar | 4.13.2 |