License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring ORM Data |
GroupId | GroupIdcom.ringcentral.platform.metrics |
ArtifactId | ArtifactIdmetrics-facade-dropwizard |
Last Version | Last Version2.0.0-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-dropwizard/ -->
<dependency>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-dropwizard</artifactId>
<version>2.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ringcentral.platform.metrics/metrics-facade-dropwizard/
implementation 'com.ringcentral.platform.metrics:metrics-facade-dropwizard:2.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.ringcentral.platform.metrics/metrics-facade-dropwizard/
implementation ("com.ringcentral.platform.metrics:metrics-facade-dropwizard:2.0.0-RELEASE")
'com.ringcentral.platform.metrics:metrics-facade-dropwizard:jar:2.0.0-RELEASE'
<dependency org="com.ringcentral.platform.metrics" name="metrics-facade-dropwizard" rev="2.0.0-RELEASE">
<artifact name="metrics-facade-dropwizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ringcentral.platform.metrics', module='metrics-facade-dropwizard', version='2.0.0-RELEASE')
)
libraryDependencies += "com.ringcentral.platform.metrics" % "metrics-facade-dropwizard" % "2.0.0-RELEASE"
[com.ringcentral.platform.metrics/metrics-facade-dropwizard "2.0.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.ringcentral.platform.metrics : metrics-facade-base | jar | 2.0.0-RELEASE |
io.dropwizard.metrics : metrics-core | jar | 4.1.17 |
io.dropwizard.metrics : metrics-jvm | jar | 4.1.17 |
Group / Artifact | Type | Version |
---|---|---|
com.ringcentral.platform.metrics : metrics-facade-shared-tests | test-jar | 2.0.0-RELEASE |
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 3.11.2 |