| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcn.renlm.plugins |
| Идентификатор | ИдентификаторMyGenerator |
| Версия | Версия2.0.6 |
| Тип | Типjar |
| Описание |
ОписаниеMyGenerator
针对SpringBoot、Mybatis-Plus及多数据源的一套代码生成
|
| Имя Файла | Размер |
|---|---|
| MyGenerator-2.0.6.pom | |
| MyGenerator-2.0.6.jar | 22 KB |
| MyGenerator-2.0.6-sources.jar | 13 KB |
| MyGenerator-2.0.6-javadoc.jar | 39 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.renlm.plugins/MyGenerator/ -->
<dependency>
<groupId>cn.renlm.plugins</groupId>
<artifactId>MyGenerator</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyGenerator/
implementation 'cn.renlm.plugins:MyGenerator:2.0.6'
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyGenerator/
implementation ("cn.renlm.plugins:MyGenerator:2.0.6")
'cn.renlm.plugins:MyGenerator:jar:2.0.6'
<dependency org="cn.renlm.plugins" name="MyGenerator" rev="2.0.6">
<artifact name="MyGenerator" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.renlm.plugins', module='MyGenerator', version='2.0.6')
)
libraryDependencies += "cn.renlm.plugins" % "MyGenerator" % "2.0.6"
[cn.renlm.plugins/MyGenerator "2.0.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| cn.renlm.plugins : MyUtil | jar | 2.0.6 |
| com.thoughtworks.xstream : xstream | jar | 1.4.18 |
| com.baomidou : mybatis-plus-boot-starter Необязательный | jar | 3.4.3.4 |
| com.baomidou : dynamic-datasource-spring-boot-starter Необязательный | jar | 3.5.0 |
| com.baomidou : mybatis-plus-generator Необязательный | jar | 3.5.1 |
| mysql : mysql-connector-java Необязательный | jar | 8.0.27 |
| org.postgresql : postgresql Необязательный | jar | 42.2.23 |
| org.freemarker : freemarker Необязательный | jar | 2.3.31 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.16 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.10 |
| junit : junit | jar | 4.13 |