Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.github.nicholasren |
ArtifactId | ArtifactIdprometheus-springboot-support |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.nicholasren/prometheus-springboot-support/ -->
<dependency>
<groupId>com.github.nicholasren</groupId>
<artifactId>prometheus-springboot-support</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicholasren/prometheus-springboot-support/
implementation 'com.github.nicholasren:prometheus-springboot-support:0.0.3'
// https://jarcasting.com/artifacts/com.github.nicholasren/prometheus-springboot-support/
implementation ("com.github.nicholasren:prometheus-springboot-support:0.0.3")
'com.github.nicholasren:prometheus-springboot-support:jar:0.0.3'
<dependency org="com.github.nicholasren" name="prometheus-springboot-support" rev="0.0.3">
<artifact name="prometheus-springboot-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicholasren', module='prometheus-springboot-support', version='0.0.3')
)
libraryDependencies += "com.github.nicholasren" % "prometheus-springboot-support" % "0.0.3"
[com.github.nicholasren/prometheus-springboot-support "0.0.3"]