| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем Prometheus Тестирование приложения и мониторинг Monitoring |
| Группа | Группаio.prometheus |
| Идентификатор | Идентификаторclient |
| Последняя версия | Последняя версия0.0.10 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPrometheus Java Client Metrics
The Prometheus Java Client Metrics
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| client-0.0.10.pom | |
| client-0.0.10.jar | 47 KB |
| client-0.0.10-sources.jar | 27 KB |
| client-0.0.10-javadoc.jar | 377 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.prometheus/client/ -->
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>client</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus/client/
implementation 'io.prometheus:client:0.0.10'
// https://jarcasting.com/artifacts/io.prometheus/client/
implementation ("io.prometheus:client:0.0.10")
'io.prometheus:client:jar:0.0.10'
<dependency org="io.prometheus" name="client" rev="0.0.10">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus', module='client', version='0.0.10')
)
libraryDependencies += "io.prometheus" % "client" % "0.0.10"
[io.prometheus/client "0.0.10"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.prometheus.client : model | jar | 0.0.2 |
| com.google.code.findbugs : jsr305 | jar | 2.0.1 |
| com.google.guava : guava | jar | 12.0 |
| com.google.code.gson : gson | jar | 2.2.2 |
| net.jcip : jcip-annotations | jar | 1.0 |
| org.reflections : reflections | jar | 0.9.8 |
| com.google.protobuf : protobuf-java | jar | 2.5.0 |
| com.matttproud.quantile : quantile | jar | 0.0.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |