License |
License |
---|---|
Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring ORM Data |
GroupId | GroupIdcom.ringcentral.platform.metrics |
ArtifactId | ArtifactIdmicrometer-registry-metrics-facade |
Last Version | Last Version2.0.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRingCentral Metrics Facade is a Java library for working with metrics,
allowing extremely flexible configuration of metrics and their export,
designed to be generic and not tied to a specific implementation.
|
<!-- https://jarcasting.com/artifacts/com.ringcentral.platform.metrics/micrometer-registry-metrics-facade/ -->
<dependency>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>micrometer-registry-metrics-facade</artifactId>
<version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ringcentral.platform.metrics/micrometer-registry-metrics-facade/
implementation 'com.ringcentral.platform.metrics:micrometer-registry-metrics-facade:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.ringcentral.platform.metrics/micrometer-registry-metrics-facade/
implementation ("com.ringcentral.platform.metrics:micrometer-registry-metrics-facade:2.0.1-RELEASE")
'com.ringcentral.platform.metrics:micrometer-registry-metrics-facade:jar:2.0.1-RELEASE'
<dependency org="com.ringcentral.platform.metrics" name="micrometer-registry-metrics-facade" rev="2.0.1-RELEASE">
<artifact name="micrometer-registry-metrics-facade" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ringcentral.platform.metrics', module='micrometer-registry-metrics-facade', version='2.0.1-RELEASE')
)
libraryDependencies += "com.ringcentral.platform.metrics" % "micrometer-registry-metrics-facade" % "2.0.1-RELEASE"
[com.ringcentral.platform.metrics/micrometer-registry-metrics-facade "2.0.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.ringcentral.platform.metrics : metrics-facade-base | jar | 2.0.0-RELEASE |
Group / Artifact | Type | Version |
---|---|---|
io.micrometer : micrometer-core | jar |
Group / Artifact | Type | Version |
---|---|---|
com.ringcentral.platform.metrics : metrics-facade-test-support | jar | 2.0.0-RELEASE |
ch.qos.logback : logback-classic | jar | 1.2.3 |
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 3.11.2 |