Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdvip.mate |
ArtifactId | ArtifactIdmate-starter-prometheus |
Version | Version1.6.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/vip.mate/mate-starter-prometheus/ -->
<dependency>
<groupId>vip.mate</groupId>
<artifactId>mate-starter-prometheus</artifactId>
<version>1.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/vip.mate/mate-starter-prometheus/
implementation 'vip.mate:mate-starter-prometheus:1.6.8'
// https://jarcasting.com/artifacts/vip.mate/mate-starter-prometheus/
implementation ("vip.mate:mate-starter-prometheus:1.6.8")
'vip.mate:mate-starter-prometheus:jar:1.6.8'
<dependency org="vip.mate" name="mate-starter-prometheus" rev="1.6.8">
<artifact name="mate-starter-prometheus" type="jar" />
</dependency>
@Grapes(
@Grab(group='vip.mate', module='mate-starter-prometheus', version='1.6.8')
)
libraryDependencies += "vip.mate" % "mate-starter-prometheus" % "1.6.8"
[vip.mate/mate-starter-prometheus "1.6.8"]