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