| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMetrics Тестирование приложения и мониторинг Monitoring Prometheus ORM Данные |
| Группа | Группаcom.ringcentral.platform.metrics |
| Идентификатор | Идентификаторmetrics-facade-prometheus |
| Версия | Версия1.0.4-RELEASE |
| Тип | Типjar |
| Описание |
Описание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.
|
<!-- https://jarcasting.com/artifacts/com.ringcentral.platform.metrics/metrics-facade-prometheus/ -->
<dependency>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-prometheus</artifactId>
<version>1.0.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ringcentral.platform.metrics/metrics-facade-prometheus/
implementation 'com.ringcentral.platform.metrics:metrics-facade-prometheus:1.0.4-RELEASE'
// https://jarcasting.com/artifacts/com.ringcentral.platform.metrics/metrics-facade-prometheus/
implementation ("com.ringcentral.platform.metrics:metrics-facade-prometheus:1.0.4-RELEASE")
'com.ringcentral.platform.metrics:metrics-facade-prometheus:jar:1.0.4-RELEASE'
<dependency org="com.ringcentral.platform.metrics" name="metrics-facade-prometheus" rev="1.0.4-RELEASE">
<artifact name="metrics-facade-prometheus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ringcentral.platform.metrics', module='metrics-facade-prometheus', version='1.0.4-RELEASE')
)
libraryDependencies += "com.ringcentral.platform.metrics" % "metrics-facade-prometheus" % "1.0.4-RELEASE"
[com.ringcentral.platform.metrics/metrics-facade-prometheus "1.0.4-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.ringcentral.platform.metrics : metrics-facade-base | jar | 1.0.4-RELEASE |
| io.prometheus : simpleclient_common | jar | 0.10.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-core | jar | 3.11.2 |