| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.teketik |
| Идентификатор | Идентификаторasync-health-indicator |
| Версия | Версияboot2-v1.1 |
| Тип | Типjar |
| Описание |
ОписаниеSpring Boot Async Health Indicator
Asynchronous Health Indicator for Spring Boot
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-actuator-autoconfigure | jar | 2.2.0.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |