<dependency>
<groupId>org.opendaylight.infrautils</groupId>
<artifactId>metrics-impl-prometheus</artifactId>
<version>1.9.4</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.opendaylight.infrautils" % "metrics-impl-prometheus" % "1.9.4"
@Grapes(
@Grab(group='org.opendaylight.infrautils', module='metrics-impl-prometheus', version='1.9.4')
)
<dependency org="org.opendaylight.infrautils" name="metrics-impl-prometheus" rev="1.9.4" />
<parent> <groupId>org.opendaylight.infrautils</groupId> <artifactId>parent</artifactId> <version>1.9.4</version> </parent>
compile
|-- org.opendaylight.infrautils:metrics-api
|-- io.prometheus:simpleclient:0.9.0
|-- io.prometheus:simpleclient_hotspot:0.9.0
|-- javax.servlet:javax.servlet-api
|-- io.prometheus:simpleclient_servlet:0.9.0
|-- org.opendaylight.infrautils:infrautils-util
|-- org.opendaylight.infrautils:infrautils-testutils
provided