<dependency>
<groupId>org.opendaylight.infrautils</groupId>
<artifactId>metrics-sample</artifactId>
<version>2.0.7</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.infrautils', module='metrics-sample', version='2.0.7')
)
<parent> <groupId>org.opendaylight.infrautils</groupId> <artifactId>parent</artifactId> <version>2.0.7</version> </parent>
compile
|-- org.opendaylight.infrautils:metrics-api
|-- com.guicedee.services:javax.inject
|-- org.osgi:org.osgi.service.component.annotations
|-- org.opendaylight.infrautils:inject.guice.testutils
|-- org.opendaylight.infrautils:infrautils-testutils
provided
|-- javax.annotation:javax.annotation-api
test
|-- org.opendaylight.infrautils:metrics-impl