| License |
License |
|---|---|
| GroupId | GroupIdcn.renlm.plugins |
| ArtifactId | ArtifactIdMyGenerator |
| Version | Version2.4.3 |
| Type | Typejar |
| Description |
DescriptionMyGenerator
针对SpringBoot、Mybatis-Plus及多数据源的一套代码生成
|
| Filename | Size |
|---|---|
| MyGenerator-2.4.3.pom | |
| MyGenerator-2.4.3.jar | 26 KB |
| MyGenerator-2.4.3-sources.jar | 15 KB |
| MyGenerator-2.4.3-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.renlm.plugins/MyGenerator/ -->
<dependency>
<groupId>cn.renlm.plugins</groupId>
<artifactId>MyGenerator</artifactId>
<version>2.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyGenerator/
implementation 'cn.renlm.plugins:MyGenerator:2.4.3'
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyGenerator/
implementation ("cn.renlm.plugins:MyGenerator:2.4.3")
'cn.renlm.plugins:MyGenerator:jar:2.4.3'
<dependency org="cn.renlm.plugins" name="MyGenerator" rev="2.4.3">
<artifact name="MyGenerator" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.renlm.plugins', module='MyGenerator', version='2.4.3')
)
libraryDependencies += "cn.renlm.plugins" % "MyGenerator" % "2.4.3"
[cn.renlm.plugins/MyGenerator "2.4.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.renlm.plugins : MyUtil | jar | 2.4.3 |
| 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 |