Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcn.jasonone.autotable |
ArtifactId | ArtifactIdauto-table-spring-boot-starter |
Version | Version1.0.1 |
Type | Typejar |
<!-- 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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.jasonone.autotable/auto-table-spring-boot-starter/
implementation 'cn.jasonone.autotable:auto-table-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/cn.jasonone.autotable/auto-table-spring-boot-starter/
implementation ("cn.jasonone.autotable:auto-table-spring-boot-starter:1.0.1")
'cn.jasonone.autotable:auto-table-spring-boot-starter:jar:1.0.1'
<dependency org="cn.jasonone.autotable" name="auto-table-spring-boot-starter" rev="1.0.1">
<artifact name="auto-table-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.jasonone.autotable', module='auto-table-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "cn.jasonone.autotable" % "auto-table-spring-boot-starter" % "1.0.1"
[cn.jasonone.autotable/auto-table-spring-boot-starter "1.0.1"]