Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.apache.servicecomb |
ArtifactId | ArtifactIdmetrics |
Version | Version2.2.1 |
Type | Typepom |
Filename | Size |
---|---|
metrics-2.2.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/metrics/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>metrics</artifactId>
<version>2.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/metrics/
implementation 'org.apache.servicecomb:metrics:2.2.1'
// https://jarcasting.com/artifacts/org.apache.servicecomb/metrics/
implementation ("org.apache.servicecomb:metrics:2.2.1")
'org.apache.servicecomb:metrics:pom:2.2.1'
<dependency org="org.apache.servicecomb" name="metrics" rev="2.2.1">
<artifact name="metrics" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='metrics', version='2.2.1')
)
libraryDependencies += "org.apache.servicecomb" % "metrics" % "2.2.1"
[org.apache.servicecomb/metrics "2.2.1"]