| Categories | CategoriesSpring Boot Container Microservices | 
|---|---|
| GroupId | GroupIdcom.huibozhixin | 
| ArtifactId | ArtifactIddiboot-core-spring-boot-starter | 
| Version | Version2.1.2-hbzx1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.huibozhixin/diboot-core-spring-boot-starter/ -->
<dependency>
    <groupId>com.huibozhixin</groupId>
    <artifactId>diboot-core-spring-boot-starter</artifactId>
    <version>2.1.2-hbzx1</version>
</dependency>// https://jarcasting.com/artifacts/com.huibozhixin/diboot-core-spring-boot-starter/
implementation 'com.huibozhixin:diboot-core-spring-boot-starter:2.1.2-hbzx1'// https://jarcasting.com/artifacts/com.huibozhixin/diboot-core-spring-boot-starter/
implementation ("com.huibozhixin:diboot-core-spring-boot-starter:2.1.2-hbzx1")'com.huibozhixin:diboot-core-spring-boot-starter:jar:2.1.2-hbzx1'<dependency org="com.huibozhixin" name="diboot-core-spring-boot-starter" rev="2.1.2-hbzx1">
  <artifact name="diboot-core-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='com.huibozhixin', module='diboot-core-spring-boot-starter', version='2.1.2-hbzx1')
)libraryDependencies += "com.huibozhixin" % "diboot-core-spring-boot-starter" % "2.1.2-hbzx1"[com.huibozhixin/diboot-core-spring-boot-starter "2.1.2-hbzx1"]