Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdtop.wboost |
ArtifactId | ArtifactIdbase-spring-boot-starter |
Version | Version3.1.6.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.wboost/base-spring-boot-starter/ -->
<dependency>
<groupId>top.wboost</groupId>
<artifactId>base-spring-boot-starter</artifactId>
<version>3.1.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.wboost/base-spring-boot-starter/
implementation 'top.wboost:base-spring-boot-starter:3.1.6.RELEASE'
// https://jarcasting.com/artifacts/top.wboost/base-spring-boot-starter/
implementation ("top.wboost:base-spring-boot-starter:3.1.6.RELEASE")
'top.wboost:base-spring-boot-starter:jar:3.1.6.RELEASE'
<dependency org="top.wboost" name="base-spring-boot-starter" rev="3.1.6.RELEASE">
<artifact name="base-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.wboost', module='base-spring-boot-starter', version='3.1.6.RELEASE')
)
libraryDependencies += "top.wboost" % "base-spring-boot-starter" % "3.1.6.RELEASE"
[top.wboost/base-spring-boot-starter "3.1.6.RELEASE"]