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