| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем Prometheus Тестирование приложения и мониторинг Monitoring |
| Группа | Группаio.prometheus.client.examples |
| Идентификатор | Идентификаторsimple |
| Последняя версия | Последняя версия0.0.10 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPrometheus Java Client Simple Example
The Prometheus Java Client Simple Example
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| simple-0.0.10.pom | |
| simple-0.0.10.jar | 3 KB |
| simple-0.0.10-sources.jar | 1 KB |
| simple-0.0.10-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.prometheus.client.examples/simple/ -->
<dependency>
<groupId>io.prometheus.client.examples</groupId>
<artifactId>simple</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus.client.examples/simple/
implementation 'io.prometheus.client.examples:simple:0.0.10'
// https://jarcasting.com/artifacts/io.prometheus.client.examples/simple/
implementation ("io.prometheus.client.examples:simple:0.0.10")
'io.prometheus.client.examples:simple:jar:0.0.10'
<dependency org="io.prometheus.client.examples" name="simple" rev="0.0.10">
<artifact name="simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus.client.examples', module='simple', version='0.0.10')
)
libraryDependencies += "io.prometheus.client.examples" % "simple" % "0.0.10"
[io.prometheus.client.examples/simple "0.0.10"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.prometheus : client | jar | 0.0.10 |
| io.prometheus.client.utility : servlet | jar | 0.0.10 |
| org.eclipse.jetty : jetty-server | jar | 8.1.7.v20120910 |
| org.eclipse.jetty : jetty-servlet | jar | 8.1.7.v20120910 |
| args4j : args4j | jar | 2.0.16 |