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