<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>org.apache.servicemix.branding</artifactId>
<version>5.4.0</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.apache.servicemix" % "org.apache.servicemix.branding" % "5.4.0"
@Grapes(
@Grab(group='org.apache.servicemix', module='org.apache.servicemix.branding', version='5.4.0')
)
<dependency org="org.apache.servicemix" name="org.apache.servicemix.branding" rev="5.4.0" />
<parent> <groupId>org.apache.servicemix</groupId> <artifactId>parent</artifactId> <version>5.4.0</version> </parent>