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