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