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