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