<dependency>
<groupId>org.opendaylight.infrautils</groupId>
<artifactId>metrics-sample</artifactId>
<version>2.0.4</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.infrautils', module='metrics-sample', version='2.0.4')
)
<parent> <groupId>org.opendaylight.infrautils</groupId> <artifactId>parent</artifactId> <version>2.0.4</version> </parent>
compile
|-- org.opendaylight.infrautils:metrics-api
|-- com.guicedee.services:javax.inject
|-- org.opendaylight.infrautils:inject.guice.testutils
|-- org.opendaylight.infrautils:infrautils-testutils
provided
|-- javax.annotation:javax.annotation-api
|-- org.apache.aries.blueprint:blueprint-maven-plugin-annotation
test
|-- org.opendaylight.infrautils:metrics-impl