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