License |
License |
---|---|
Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring ORM Data |
GroupId | GroupIdcom.ringcentral.platform.metrics |
ArtifactId | ArtifactIdmetrics-facade |
Last Version | Last Version2.0.0-RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionRingCentral Metrics Facade
RingCentral 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
metrics-facade-2.0.0-RELEASE.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ringcentral.platform.metrics/metrics-facade/ -->
<dependency>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade</artifactId>
<version>2.0.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ringcentral.platform.metrics/metrics-facade/
implementation 'com.ringcentral.platform.metrics:metrics-facade:2.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.ringcentral.platform.metrics/metrics-facade/
implementation ("com.ringcentral.platform.metrics:metrics-facade:2.0.0-RELEASE")
'com.ringcentral.platform.metrics:metrics-facade:pom:2.0.0-RELEASE'
<dependency org="com.ringcentral.platform.metrics" name="metrics-facade" rev="2.0.0-RELEASE">
<artifact name="metrics-facade" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ringcentral.platform.metrics', module='metrics-facade', version='2.0.0-RELEASE')
)
libraryDependencies += "com.ringcentral.platform.metrics" % "metrics-facade" % "2.0.0-RELEASE"
[com.ringcentral.platform.metrics/metrics-facade "2.0.0-RELEASE"]