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