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