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