| Категории |
КатегорииCLI Взаимодействие с пользователем Prometheus Тестирование приложения и мониторинг Monitoring |
|---|---|
| Группа | Группаio.prometheus |
| Идентификатор | Идентификаторclient |
| Версия | Версия0.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| client-0.0.1.pom | |
| client-0.0.1.jar | 42 KB |
| client-0.0.1-sources.jar | 21 KB |
| client-0.0.1-javadoc.jar | 295 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.prometheus/client/ -->
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>client</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus/client/
implementation 'io.prometheus:client:0.0.1'
// https://jarcasting.com/artifacts/io.prometheus/client/
implementation ("io.prometheus:client:0.0.1")
'io.prometheus:client:jar:0.0.1'
<dependency org="io.prometheus" name="client" rev="0.0.1">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus', module='client', version='0.0.1')
)
libraryDependencies += "io.prometheus" % "client" % "0.0.1"
[io.prometheus/client "0.0.1"]