<dependency>
<groupId>org.opendaylight.controller.samples</groupId>
<artifactId>sample-toaster</artifactId>
<version>1.5.4-Carbon</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.opendaylight.controller.samples" % "sample-toaster" % "1.5.4-Carbon"
@Grapes(
@Grab(group='org.opendaylight.controller.samples', module='sample-toaster', version='1.5.4-Carbon')
)
<dependency org="org.opendaylight.controller.samples" name="sample-toaster" rev="1.5.4-Carbon" />
<parent> <groupId>org.opendaylight.mdsal</groupId> <artifactId>binding-parent</artifactId> <version>0.10.4-Carbon</version> </parent>