is not current version
Last Version 1.1.3

me.silvernine:spring-boot-graceful-shutdown 1.1.1

Add graceful shutdown support to Spring Boot applications.

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

me.silvernine
ArtifactId

ArtifactId

spring-boot-graceful-shutdown
Version

Version

1.1.1
Type

Type

jar

Download spring-boot-graceful-shutdown 1.1.1


<!-- https://jarcasting.com/artifacts/me.silvernine/spring-boot-graceful-shutdown/ -->
<dependency>
    <groupId>me.silvernine</groupId>
    <artifactId>spring-boot-graceful-shutdown</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.silvernine/spring-boot-graceful-shutdown/
implementation 'me.silvernine:spring-boot-graceful-shutdown:1.1.1'
// https://jarcasting.com/artifacts/me.silvernine/spring-boot-graceful-shutdown/
implementation ("me.silvernine:spring-boot-graceful-shutdown:1.1.1")
'me.silvernine:spring-boot-graceful-shutdown:jar:1.1.1'
<dependency org="me.silvernine" name="spring-boot-graceful-shutdown" rev="1.1.1">
  <artifact name="spring-boot-graceful-shutdown" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.silvernine', module='spring-boot-graceful-shutdown', version='1.1.1')
)
libraryDependencies += "me.silvernine" % "spring-boot-graceful-shutdown" % "1.1.1"
[me.silvernine/spring-boot-graceful-shutdown "1.1.1"]