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