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