Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.erdanielli |
ArtifactId | ArtifactIdspring-boot-graceful-shutdown |
Version | Version1.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.erdanielli/spring-boot-graceful-shutdown/ -->
<dependency>
<groupId>com.github.erdanielli</groupId>
<artifactId>spring-boot-graceful-shutdown</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.erdanielli/spring-boot-graceful-shutdown/
implementation 'com.github.erdanielli:spring-boot-graceful-shutdown:1.5.0'
// https://jarcasting.com/artifacts/com.github.erdanielli/spring-boot-graceful-shutdown/
implementation ("com.github.erdanielli:spring-boot-graceful-shutdown:1.5.0")
'com.github.erdanielli:spring-boot-graceful-shutdown:jar:1.5.0'
<dependency org="com.github.erdanielli" name="spring-boot-graceful-shutdown" rev="1.5.0">
<artifact name="spring-boot-graceful-shutdown" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.erdanielli', module='spring-boot-graceful-shutdown', version='1.5.0')
)
libraryDependencies += "com.github.erdanielli" % "spring-boot-graceful-shutdown" % "1.5.0"
[com.github.erdanielli/spring-boot-graceful-shutdown "1.5.0"]