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