o

org.apache.servicemix.features.branding

Branding for Apache ServiceMix features
Files download
File Operation
org.apache.servicemix.features.branding-4.5.2.jar download
org.apache.servicemix.features.branding-4.5.2.pom download
org.apache.servicemix.features.branding-4.5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.servicemix.features</groupId>
  <artifactId>org.apache.servicemix.features.branding</artifactId>
  <version>4.5.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix.features:org.apache.servicemix.features.branding:4.5.2'
Gradle Kotlin
implementation("org.apache.servicemix.features:org.apache.servicemix.features.branding:4.5.2")
Scala SBT
libraryDependencies += "org.apache.servicemix.features" % "org.apache.servicemix.features.branding" % "4.5.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix.features', module='org.apache.servicemix.features.branding', version='4.5.2')
)
Apache Ivy
<dependency org="org.apache.servicemix.features" name="org.apache.servicemix.features.branding" rev="4.5.2" />
Leiningen
[org.apache.servicemix.features/org.apache.servicemix.features.branding "4.5.2"]
Apache Buildr
'org.apache.servicemix.features:org.apache.servicemix.features.branding:jar:4.5.2'