| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdsite.howaric |
| ArtifactId | ArtifactIdspring-boot-starter-graceful-shutdown |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionspring-boot-starter-graceful-shutdown
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/site.howaric/spring-boot-starter-graceful-shutdown/ -->
<dependency>
<groupId>site.howaric</groupId>
<artifactId>spring-boot-starter-graceful-shutdown</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/site.howaric/spring-boot-starter-graceful-shutdown/
implementation 'site.howaric:spring-boot-starter-graceful-shutdown:1.0.0'
// https://jarcasting.com/artifacts/site.howaric/spring-boot-starter-graceful-shutdown/
implementation ("site.howaric:spring-boot-starter-graceful-shutdown:1.0.0")
'site.howaric:spring-boot-starter-graceful-shutdown:jar:1.0.0'
<dependency org="site.howaric" name="spring-boot-starter-graceful-shutdown" rev="1.0.0">
<artifact name="spring-boot-starter-graceful-shutdown" type="jar" />
</dependency>
@Grapes(
@Grab(group='site.howaric', module='spring-boot-starter-graceful-shutdown', version='1.0.0')
)
libraryDependencies += "site.howaric" % "spring-boot-starter-graceful-shutdown" % "1.0.0"
[site.howaric/spring-boot-starter-graceful-shutdown "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.14.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.14.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.cloud : spring-cloud-starter-consul-discovery | jar | 1.3.5.RELEASE |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
| log4j : log4j | zip | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |