Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.dshops |
ArtifactId | ArtifactIdmetrics-raw |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
metrics-raw-0.0.2.pom | |
metrics-raw-0.0.2.jar | 42 KB |
metrics-raw-0.0.2-sources.jar | 22 KB |
metrics-raw-0.0.2-javadoc.jar | 139 KB |
metrics-raw-0.0.2-jar-with-dependencies.jar | 4 MB |
Browse |
<!-- 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"]