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