Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.huibozhixin |
ArtifactId | ArtifactIddiboot-core-spring-boot-starter |
Version | Version2.1.2-hbzx |
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-hbzx</version>
</dependency>
// https://jarcasting.com/artifacts/com.huibozhixin/diboot-core-spring-boot-starter/
implementation 'com.huibozhixin:diboot-core-spring-boot-starter:2.1.2-hbzx'
// https://jarcasting.com/artifacts/com.huibozhixin/diboot-core-spring-boot-starter/
implementation ("com.huibozhixin:diboot-core-spring-boot-starter:2.1.2-hbzx")
'com.huibozhixin:diboot-core-spring-boot-starter:jar:2.1.2-hbzx'
<dependency org="com.huibozhixin" name="diboot-core-spring-boot-starter" rev="2.1.2-hbzx">
<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-hbzx')
)
libraryDependencies += "com.huibozhixin" % "diboot-core-spring-boot-starter" % "2.1.2-hbzx"
[com.huibozhixin/diboot-core-spring-boot-starter "2.1.2-hbzx"]