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