is not current version
Last Version 0.7.0

org.dshops:metrics-raw 0.0.2

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

Categories

Categories

Metrics Application Testing & Monitoring Monitoring
GroupId

GroupId

org.dshops
ArtifactId

ArtifactId

metrics-raw
Version

Version

0.0.2
Type

Type

jar

Download metrics-raw 0.0.2


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