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