не последняя версия
Последняя версия 2.2.2

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

Add graceful shutdown support to Spring Boot applications.

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

com.github.timpeeters
Идентификатор

Идентификатор

spring-boot-graceful-shutdown
Версия

Версия

2.2.0
Тип

Тип

jar

Скачать spring-boot-graceful-shutdown 2.2.0


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