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