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