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