<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>karaf.branding</artifactId>
<version>1.2.4-Beryllium-SR4</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.opendaylight.controller" % "karaf.branding" % "1.2.4-Beryllium-SR4"
@Grapes(
@Grab(group='org.opendaylight.controller', module='karaf.branding', version='1.2.4-Beryllium-SR4')
)
<dependency org="org.opendaylight.controller" name="karaf.branding" rev="1.2.4-Beryllium-SR4" />
<parent> <groupId>org.opendaylight.controller</groupId> <artifactId>releasepom</artifactId> <version>0.3.4-Beryllium-SR4</version> </parent>