не последняя версия
Последняя версия 0.7.0

org.dshops:metrics-raw 0.2.0

Library designed to send raw metrics to one or more datasources. Inspired by dropwizard Metrics library.

Категории

Категории

Metrics Тестирование приложения и мониторинг Monitoring
Группа

Группа

org.dshops
Идентификатор

Идентификатор

metrics-raw
Версия

Версия

0.2.0
Тип

Тип

jar

Скачать metrics-raw 0.2.0


<!-- https://jarcasting.com/artifacts/org.dshops/metrics-raw/ -->
<dependency>
    <groupId>org.dshops</groupId>
    <artifactId>metrics-raw</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dshops/metrics-raw/
implementation 'org.dshops:metrics-raw:0.2.0'
// https://jarcasting.com/artifacts/org.dshops/metrics-raw/
implementation ("org.dshops:metrics-raw:0.2.0")
'org.dshops:metrics-raw:jar:0.2.0'
<dependency org="org.dshops" name="metrics-raw" rev="0.2.0">
  <artifact name="metrics-raw" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dshops', module='metrics-raw', version='0.2.0')
)
libraryDependencies += "org.dshops" % "metrics-raw" % "0.2.0"
[org.dshops/metrics-raw "0.2.0"]