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