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