Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.gmetrics |
ArtifactId | ArtifactIdgmetrics |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Filename | Size |
---|---|
gmetrics-1.1.pom | |
gmetrics-1.1.jar | 489 KB |
gmetrics-1.1-sources.jar | 118 KB |
gmetrics-1.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.gmetrics/gmetrics/ -->
<dependency>
<groupId>org.gmetrics</groupId>
<artifactId>gmetrics</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gmetrics/gmetrics/
implementation 'org.gmetrics:gmetrics:1.1'
// https://jarcasting.com/artifacts/org.gmetrics/gmetrics/
implementation ("org.gmetrics:gmetrics:1.1")
'org.gmetrics:gmetrics:jar:1.1'
<dependency org="org.gmetrics" name="gmetrics" rev="1.1">
<artifact name="gmetrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gmetrics', module='gmetrics', version='1.1')
)
libraryDependencies += "org.gmetrics" % "gmetrics" % "1.1"
[org.gmetrics/gmetrics "1.1"]