| Группа | Группаcom.teketik |
|---|---|
| Идентификатор | Идентификаторasync-health-indicator |
| Версия | Версияboot2-v1.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.teketik/async-health-indicator/ -->
<dependency>
<groupId>com.teketik</groupId>
<artifactId>async-health-indicator</artifactId>
<version>boot2-v1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.teketik/async-health-indicator/
implementation 'com.teketik:async-health-indicator:boot2-v1.0'
// https://jarcasting.com/artifacts/com.teketik/async-health-indicator/
implementation ("com.teketik:async-health-indicator:boot2-v1.0")
'com.teketik:async-health-indicator:jar:boot2-v1.0'
<dependency org="com.teketik" name="async-health-indicator" rev="boot2-v1.0">
<artifact name="async-health-indicator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.teketik', module='async-health-indicator', version='boot2-v1.0')
)
libraryDependencies += "com.teketik" % "async-health-indicator" % "boot2-v1.0"
[com.teketik/async-health-indicator "boot2-v1.0"]