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