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