| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-microprofile-health |
| Последняя версия | Последняя версия3.17.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCamel :: MicroProfile :: Health
Expose Camel health checks via MicroProfile Health
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-microprofile-health/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-microprofile-health</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-microprofile-health/
implementation 'org.apache.camel:camel-microprofile-health:3.17.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-microprofile-health/
implementation ("org.apache.camel:camel-microprofile-health:3.17.0")
'org.apache.camel:camel-microprofile-health:jar:3.17.0'
<dependency org="org.apache.camel" name="camel-microprofile-health" rev="3.17.0">
<artifact name="camel-microprofile-health" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-microprofile-health', version='3.17.0')
)
libraryDependencies += "org.apache.camel" % "camel-microprofile-health" % "3.17.0"
[org.apache.camel/camel-microprofile-health "3.17.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.camel : camel-health | jar | 3.17.0 |
| io.smallrye : smallrye-health | jar | 3.2.0 |
| io.smallrye.config : smallrye-config | jar | 2.9.2 |