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