| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools MyBatis Data ORM |
| GroupId | GroupIdcom.github.davidfantasy |
| ArtifactId | ArtifactIdmybatis-plus-generator-ui |
| Last Version | Last Version1.4.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmybatis-plus-generator-ui
mybatis-plus code generator with UI
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.davidfantasy/mybatis-plus-generator-ui/ -->
<dependency>
<groupId>com.github.davidfantasy</groupId>
<artifactId>mybatis-plus-generator-ui</artifactId>
<version>1.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidfantasy/mybatis-plus-generator-ui/
implementation 'com.github.davidfantasy:mybatis-plus-generator-ui:1.4.5'
// https://jarcasting.com/artifacts/com.github.davidfantasy/mybatis-plus-generator-ui/
implementation ("com.github.davidfantasy:mybatis-plus-generator-ui:1.4.5")
'com.github.davidfantasy:mybatis-plus-generator-ui:jar:1.4.5'
<dependency org="com.github.davidfantasy" name="mybatis-plus-generator-ui" rev="1.4.5">
<artifact name="mybatis-plus-generator-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidfantasy', module='mybatis-plus-generator-ui', version='1.4.5')
)
libraryDependencies += "com.github.davidfantasy" % "mybatis-plus-generator-ui" % "1.4.5"
[com.github.davidfantasy/mybatis-plus-generator-ui "1.4.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-jdbc | jar | |
| cn.hutool : hutool-all | jar | 5.1.0 |
| com.baomidou : mybatis-plus-generator | jar | 3.4.0 |
| com.ibeetl : beetl | jar | 3.0.16.RELEASE |
| com.google.guava : guava | jar | 24.1.1-jre |
| org.dom4j : dom4j | jar | 2.1.3 |
| com.alibaba : druid | jar | 1.1.22 |
| com.github.jsqlparser : jsqlparser | jar | 3.2 |
| com.github.javaparser : javaparser-symbol-solver-core | jar | 3.16.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| mysql : mysql-connector-java | jar | 8.0.19 |