Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.wearctic |
ArtifactId | ArtifactIdbiz-plug-spring-boot-starter |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.wearctic/biz-plug-spring-boot-starter/ -->
<dependency>
<groupId>cn.wearctic</groupId>
<artifactId>biz-plug-spring-boot-starter</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.wearctic/biz-plug-spring-boot-starter/
implementation 'cn.wearctic:biz-plug-spring-boot-starter:1.0.5'
// https://jarcasting.com/artifacts/cn.wearctic/biz-plug-spring-boot-starter/
implementation ("cn.wearctic:biz-plug-spring-boot-starter:1.0.5")
'cn.wearctic:biz-plug-spring-boot-starter:jar:1.0.5'
<dependency org="cn.wearctic" name="biz-plug-spring-boot-starter" rev="1.0.5">
<artifact name="biz-plug-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.wearctic', module='biz-plug-spring-boot-starter', version='1.0.5')
)
libraryDependencies += "cn.wearctic" % "biz-plug-spring-boot-starter" % "1.0.5"
[cn.wearctic/biz-plug-spring-boot-starter "1.0.5"]