is not current version
Last Version 2.2.2

com.github.timpeeters:spring-boot-graceful-shutdown 2.0.1

Add graceful shutdown support to Spring Boot applications.

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.timpeeters
ArtifactId

ArtifactId

spring-boot-graceful-shutdown
Version

Version

2.0.1
Type

Type

jar

Download spring-boot-graceful-shutdown 2.0.1


<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.timpeeters/spring-boot-graceful-shutdown/
implementation 'com.github.timpeeters:spring-boot-graceful-shutdown:2.0.1'
// https://jarcasting.com/artifacts/com.github.timpeeters/spring-boot-graceful-shutdown/
implementation ("com.github.timpeeters:spring-boot-graceful-shutdown:2.0.1")
'com.github.timpeeters:spring-boot-graceful-shutdown:jar:2.0.1'
<dependency org="com.github.timpeeters" name="spring-boot-graceful-shutdown" rev="2.0.1">
  <artifact name="spring-boot-graceful-shutdown" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.timpeeters', module='spring-boot-graceful-shutdown', version='2.0.1')
)
libraryDependencies += "com.github.timpeeters" % "spring-boot-graceful-shutdown" % "2.0.1"
[com.github.timpeeters/spring-boot-graceful-shutdown "2.0.1"]