o

org.apache.servicemix.branding

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