License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration Metrics Application Testing & Monitoring Monitoring ORM Data |
GroupId | GroupIdcom.ringcentral.platform.metrics |
ArtifactId | ArtifactIdmetrics-facade-spring-boot-autoconfigure |
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/metrics-facade-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-spring-boot-autoconfigure</artifactId>
<version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ringcentral.platform.metrics/metrics-facade-spring-boot-autoconfigure/
implementation 'com.ringcentral.platform.metrics:metrics-facade-spring-boot-autoconfigure:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.ringcentral.platform.metrics/metrics-facade-spring-boot-autoconfigure/
implementation ("com.ringcentral.platform.metrics:metrics-facade-spring-boot-autoconfigure:2.0.1-RELEASE")
'com.ringcentral.platform.metrics:metrics-facade-spring-boot-autoconfigure:jar:2.0.1-RELEASE'
<dependency org="com.ringcentral.platform.metrics" name="metrics-facade-spring-boot-autoconfigure" rev="2.0.1-RELEASE">
<artifact name="metrics-facade-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ringcentral.platform.metrics', module='metrics-facade-spring-boot-autoconfigure', version='2.0.1-RELEASE')
)
libraryDependencies += "com.ringcentral.platform.metrics" % "metrics-facade-spring-boot-autoconfigure" % "2.0.1-RELEASE"
[com.ringcentral.platform.metrics/metrics-facade-spring-boot-autoconfigure "2.0.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.ringcentral.platform.metrics : micrometer-registry-metrics-facade Optional | jar | 2.0.1-RELEASE |
com.ringcentral.platform.metrics : metrics-facade-dropwizard | jar | 2.0.0-RELEASE |
org.springframework.boot : spring-boot | jar | |
org.springframework.boot : spring-boot-starter-validation | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-actuator-autoconfigure | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
io.micrometer : micrometer-core | jar |