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