| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators | 
| GroupId | GroupIdcn.jasonone.autotable | 
| ArtifactId | ArtifactIdauto-table-spring-boot-starter | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionauto-table-spring-boot-starter Springboot+Mybatis 自动建表工具 | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/cn.jasonone.autotable/auto-table-spring-boot-starter/ -->
<dependency>
    <groupId>cn.jasonone.autotable</groupId>
    <artifactId>auto-table-spring-boot-starter</artifactId>
    <version>1.1.0</version>
</dependency>// https://jarcasting.com/artifacts/cn.jasonone.autotable/auto-table-spring-boot-starter/
implementation 'cn.jasonone.autotable:auto-table-spring-boot-starter:1.1.0'// https://jarcasting.com/artifacts/cn.jasonone.autotable/auto-table-spring-boot-starter/
implementation ("cn.jasonone.autotable:auto-table-spring-boot-starter:1.1.0")'cn.jasonone.autotable:auto-table-spring-boot-starter:jar:1.1.0'<dependency org="cn.jasonone.autotable" name="auto-table-spring-boot-starter" rev="1.1.0">
  <artifact name="auto-table-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='cn.jasonone.autotable', module='auto-table-spring-boot-starter', version='1.1.0')
)libraryDependencies += "cn.jasonone.autotable" % "auto-table-spring-boot-starter" % "1.1.0"[cn.jasonone.autotable/auto-table-spring-boot-starter "1.1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.6.RELEASE | 
| org.projectlombok : lombok Optional | jar | 1.18.8 | 
| org.apache.commons : commons-lang3 | jar | 3.8.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.0 | 
| mysql : mysql-connector-java | jar | 8.0.16 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.6.RELEASE |