| Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
|---|---|
| GroupId | GroupIdcn.vertxup |
| ArtifactId | ArtifactIdup-prometheus |
| Version | Version0.4.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| up-prometheus-0.4.3.pom | |
| up-prometheus-0.4.3.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.vertxup/up-prometheus/ -->
<dependency>
<groupId>cn.vertxup</groupId>
<artifactId>up-prometheus</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vertxup/up-prometheus/
implementation 'cn.vertxup:up-prometheus:0.4.3'
// https://jarcasting.com/artifacts/cn.vertxup/up-prometheus/
implementation ("cn.vertxup:up-prometheus:0.4.3")
'cn.vertxup:up-prometheus:jar:0.4.3'
<dependency org="cn.vertxup" name="up-prometheus" rev="0.4.3">
<artifact name="up-prometheus" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vertxup', module='up-prometheus', version='0.4.3')
)
libraryDependencies += "cn.vertxup" % "up-prometheus" % "0.4.3"
[cn.vertxup/up-prometheus "0.4.3"]