Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.reveno |
ArtifactId | ArtifactIdreveno-metrics |
Version | Version1.19 |
Type | Typejar |
Filename | Size |
---|---|
reveno-metrics-1.19.pom | |
reveno-metrics-1.19.jar | 18 KB |
reveno-metrics-1.19-sources.jar | 15 KB |
reveno-metrics-1.19-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.reveno/reveno-metrics/ -->
<dependency>
<groupId>org.reveno</groupId>
<artifactId>reveno-metrics</artifactId>
<version>1.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.reveno/reveno-metrics/
implementation 'org.reveno:reveno-metrics:1.19'
// https://jarcasting.com/artifacts/org.reveno/reveno-metrics/
implementation ("org.reveno:reveno-metrics:1.19")
'org.reveno:reveno-metrics:jar:1.19'
<dependency org="org.reveno" name="reveno-metrics" rev="1.19">
<artifact name="reveno-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reveno', module='reveno-metrics', version='1.19')
)
libraryDependencies += "org.reveno" % "reveno-metrics" % "1.19"
[org.reveno/reveno-metrics "1.19"]