Categories |
CategoriesCLI User Interface Prometheus Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.wso2.sp |
ArtifactId | ArtifactIdprometheus-client |
Version | Version4.4.0-m21 |
Type | Typepom |
Filename | Size |
---|---|
prometheus-client-4.4.0-m21.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.sp/prometheus-client/ -->
<dependency>
<groupId>org.wso2.sp</groupId>
<artifactId>prometheus-client</artifactId>
<version>4.4.0-m21</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.sp/prometheus-client/
implementation 'org.wso2.sp:prometheus-client:4.4.0-m21'
// https://jarcasting.com/artifacts/org.wso2.sp/prometheus-client/
implementation ("org.wso2.sp:prometheus-client:4.4.0-m21")
'org.wso2.sp:prometheus-client:pom:4.4.0-m21'
<dependency org="org.wso2.sp" name="prometheus-client" rev="4.4.0-m21">
<artifact name="prometheus-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.sp', module='prometheus-client', version='4.4.0-m21')
)
libraryDependencies += "org.wso2.sp" % "prometheus-client" % "4.4.0-m21"
[org.wso2.sp/prometheus-client "4.4.0-m21"]