License |
License |
---|---|
Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdorg.dshops |
ArtifactId | ArtifactIdmetrics-raw |
Version | Version0.7.0 |
Type | Typejar |
Description |
DescriptionMetrics-Raw
Library designed to send raw metrics to one or more datasources. Inspired by dropwizard Metrics library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
metrics-raw-0.7.0.pom | |
metrics-raw-0.7.0.jar | 41 KB |
metrics-raw-0.7.0-sources.jar | 24 KB |
metrics-raw-0.7.0-javadoc.jar | 143 KB |
metrics-raw-0.7.0-jar-with-dependencies.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dshops/metrics-raw/ -->
<dependency>
<groupId>org.dshops</groupId>
<artifactId>metrics-raw</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dshops/metrics-raw/
implementation 'org.dshops:metrics-raw:0.7.0'
// https://jarcasting.com/artifacts/org.dshops/metrics-raw/
implementation ("org.dshops:metrics-raw:0.7.0")
'org.dshops:metrics-raw:jar:0.7.0'
<dependency org="org.dshops" name="metrics-raw" rev="0.7.0">
<artifact name="metrics-raw" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dshops', module='metrics-raw', version='0.7.0')
)
libraryDependencies += "org.dshops" % "metrics-raw" % "0.7.0"
[org.dshops/metrics-raw "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.10 |