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