Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.timpeeters |
ArtifactId | ArtifactIdspring-boot-graceful-shutdown |
Version | Version2.0.0 |
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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.timpeeters/spring-boot-graceful-shutdown/
implementation 'com.github.timpeeters:spring-boot-graceful-shutdown:2.0.0'
// https://jarcasting.com/artifacts/com.github.timpeeters/spring-boot-graceful-shutdown/
implementation ("com.github.timpeeters:spring-boot-graceful-shutdown:2.0.0")
'com.github.timpeeters:spring-boot-graceful-shutdown:jar:2.0.0'
<dependency org="com.github.timpeeters" name="spring-boot-graceful-shutdown" rev="2.0.0">
<artifact name="spring-boot-graceful-shutdown" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.timpeeters', module='spring-boot-graceful-shutdown', version='2.0.0')
)
libraryDependencies += "com.github.timpeeters" % "spring-boot-graceful-shutdown" % "2.0.0"
[com.github.timpeeters/spring-boot-graceful-shutdown "2.0.0"]