Categories |
CategoriesScala Languages Graal Prometheus Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.github.japgolly.scala-graal |
ArtifactId | ArtifactIdext-prometheus_2.13 |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.japgolly.scala-graal/ext-prometheus_2.13/ -->
<dependency>
<groupId>com.github.japgolly.scala-graal</groupId>
<artifactId>ext-prometheus_2.13</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.japgolly.scala-graal/ext-prometheus_2.13/
implementation 'com.github.japgolly.scala-graal:ext-prometheus_2.13:1.1.0'
// https://jarcasting.com/artifacts/com.github.japgolly.scala-graal/ext-prometheus_2.13/
implementation ("com.github.japgolly.scala-graal:ext-prometheus_2.13:1.1.0")
'com.github.japgolly.scala-graal:ext-prometheus_2.13:jar:1.1.0'
<dependency org="com.github.japgolly.scala-graal" name="ext-prometheus_2.13" rev="1.1.0">
<artifact name="ext-prometheus_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.japgolly.scala-graal', module='ext-prometheus_2.13', version='1.1.0')
)
libraryDependencies += "com.github.japgolly.scala-graal" % "ext-prometheus_2.13" % "1.1.0"
[com.github.japgolly.scala-graal/ext-prometheus_2.13 "1.1.0"]