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