<dependency>
<groupId>org.opendaylight.infrautils</groupId>
<artifactId>samples-counters-impl</artifactId>
<version>1.1.2-Carbon</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.opendaylight.infrautils" % "samples-counters-impl" % "1.1.2-Carbon"
@Grapes(
@Grab(group='org.opendaylight.infrautils', module='samples-counters-impl', version='1.1.2-Carbon')
)
<dependency org="org.opendaylight.infrautils" name="samples-counters-impl" rev="1.1.2-Carbon" />