| License |
License |
|---|---|
| GroupId | GroupIdcom.teketik |
| ArtifactId | ArtifactIdasync-health-indicator |
| Last Version | Last Versionboot2-v1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpring Boot Async Health Indicator
Asynchronous Health Indicator for Spring Boot
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.teketik/async-health-indicator/ -->
<dependency>
<groupId>com.teketik</groupId>
<artifactId>async-health-indicator</artifactId>
<version>boot2-v1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.teketik/async-health-indicator/
implementation 'com.teketik:async-health-indicator:boot2-v1.1'
// https://jarcasting.com/artifacts/com.teketik/async-health-indicator/
implementation ("com.teketik:async-health-indicator:boot2-v1.1")
'com.teketik:async-health-indicator:jar:boot2-v1.1'
<dependency org="com.teketik" name="async-health-indicator" rev="boot2-v1.1">
<artifact name="async-health-indicator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.teketik', module='async-health-indicator', version='boot2-v1.1')
)
libraryDependencies += "com.teketik" % "async-health-indicator" % "boot2-v1.1"
[com.teketik/async-health-indicator "boot2-v1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-actuator-autoconfigure | jar | 2.2.0.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.0.RELEASE |
| org.springframework.boot : spring-boot-starter-actuator | jar | 2.2.0.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 2.2.0.RELEASE |
| org.awaitility : awaitility | jar | 4.0.1 |