Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.dshops |
ArtifactId | ArtifactIdmetrics-raw |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
metrics-raw-0.6.0.pom | |
metrics-raw-0.6.0.jar | 34 KB |
metrics-raw-0.6.0-sources.jar | 19 KB |
metrics-raw-0.6.0-javadoc.jar | 135 KB |
metrics-raw-0.6.0-jar-with-dependencies.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dshops/metrics-raw/ -->
<dependency>
<groupId>org.dshops</groupId>
<artifactId>metrics-raw</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dshops/metrics-raw/
implementation 'org.dshops:metrics-raw:0.6.0'
// https://jarcasting.com/artifacts/org.dshops/metrics-raw/
implementation ("org.dshops:metrics-raw:0.6.0")
'org.dshops:metrics-raw:jar:0.6.0'
<dependency org="org.dshops" name="metrics-raw" rev="0.6.0">
<artifact name="metrics-raw" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dshops', module='metrics-raw', version='0.6.0')
)
libraryDependencies += "org.dshops" % "metrics-raw" % "0.6.0"
[org.dshops/metrics-raw "0.6.0"]