Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.huangbaol |
ArtifactId | ArtifactIdcommon-spring-boot-starter |
Version | Version2.1.5.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.huangbaol/common-spring-boot-starter/ -->
<dependency>
<groupId>com.github.huangbaol</groupId>
<artifactId>common-spring-boot-starter</artifactId>
<version>2.1.5.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.huangbaol/common-spring-boot-starter/
implementation 'com.github.huangbaol:common-spring-boot-starter:2.1.5.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.huangbaol/common-spring-boot-starter/
implementation ("com.github.huangbaol:common-spring-boot-starter:2.1.5.2.RELEASE")
'com.github.huangbaol:common-spring-boot-starter:jar:2.1.5.2.RELEASE'
<dependency org="com.github.huangbaol" name="common-spring-boot-starter" rev="2.1.5.2.RELEASE">
<artifact name="common-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.huangbaol', module='common-spring-boot-starter', version='2.1.5.2.RELEASE')
)
libraryDependencies += "com.github.huangbaol" % "common-spring-boot-starter" % "2.1.5.2.RELEASE"
[com.github.huangbaol/common-spring-boot-starter "2.1.5.2.RELEASE"]