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