| Категории |
КатегорииQuarkus Контейнер Микросервисы Prometheus Тестирование приложения и мониторинг Monitoring |
|---|---|
| Группа | Группаio.quarkus |
| Идентификатор | Идентификаторquarkus-micrometer-registry-prometheus-deployment |
| Версия | Версия2.0.0.Alpha1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-micrometer-registry-prometheus-deployment/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-micrometer-registry-prometheus-deployment</artifactId>
<version>2.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-micrometer-registry-prometheus-deployment/
implementation 'io.quarkus:quarkus-micrometer-registry-prometheus-deployment:2.0.0.Alpha1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-micrometer-registry-prometheus-deployment/
implementation ("io.quarkus:quarkus-micrometer-registry-prometheus-deployment:2.0.0.Alpha1")
'io.quarkus:quarkus-micrometer-registry-prometheus-deployment:jar:2.0.0.Alpha1'
<dependency org="io.quarkus" name="quarkus-micrometer-registry-prometheus-deployment" rev="2.0.0.Alpha1">
<artifact name="quarkus-micrometer-registry-prometheus-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-micrometer-registry-prometheus-deployment', version='2.0.0.Alpha1')
)
libraryDependencies += "io.quarkus" % "quarkus-micrometer-registry-prometheus-deployment" % "2.0.0.Alpha1"
[io.quarkus/quarkus-micrometer-registry-prometheus-deployment "2.0.0.Alpha1"]