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